-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted pod spec to json, because i prefer it
- Loading branch information
Showing
3 changed files
with
35 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,33 @@ | ||
{ | ||
"name": "FlickrKit", | ||
"version": "1.0.6", | ||
"summary": "FlickrKit is an iOS Objective-C library for accessing the Flickr API.", | ||
"homepage": "https://github.com/devedup/FlickrKit", | ||
"license": { | ||
"type": "BSD license with attribution", | ||
"file": "Source Code License.md" | ||
}, | ||
"authors": { | ||
"David Casserly": "[email protected]" | ||
}, | ||
"source": { | ||
"git": "https://github.com/devedup/FlickrKit.git", | ||
"tag": "v1.0.6" | ||
}, | ||
"platforms": { | ||
"ios": "7.0", | ||
"tvos": "9.0" | ||
}, | ||
"source_files": [ | ||
"Classes", | ||
"Classes/**/*.{h,m}" | ||
], | ||
"ios": { | ||
"frameworks": "SystemConfiguration", | ||
"weak_frameworks": "AssetsLibrary" | ||
}, | ||
"tvos": { | ||
"frameworks": "SystemConfiguration" | ||
}, | ||
"requires_arc": true | ||
} |
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