Skip to content

Commit

Permalink
Updated the Repo type from shell to swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahid Attique committed Jul 2, 2017
0 parents commit dbf9802
Show file tree
Hide file tree
Showing 23 changed files with 1,907 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
21 changes: 21 additions & 0 deletions FAParser.podspec
Original file line number Diff line number Diff line change
@@ -0,0 1,21 @@
Pod::Spec.new do |s|
s.name = 'FAParser'
s.version = '0.1.4'
s.summary = 'JSON Parsing technique using Key Value Coding.'

s.description = <<-DESC
1. You can parse JSON using this technique with minimum lines of code.
2. You can archive and unarchive a custom object in User Defaults with minimum lines of code.
DESC

s.homepage = 'https://github.com/fahidattique55/FAParser'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Fahid Attique' => '[email protected]' }
s.source = { :git => 'https://github.com/fahidattique55/FAParser.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'

s.source_files = 'FAParser/Classes/**/*'


end
Loading

0 comments on commit dbf9802

Please sign in to comment.