-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the Repo type from shell to swift
- Loading branch information
Fahid Attique
committed
Jul 2, 2017
0 parents
commit dbf9802
Showing
23 changed files
with
1,907 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.