blob: f4b13888d20ed39919aeadb25a6f47bdfb37a3be [file] [log] [blame]
{
"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": "flickrkit@devedup.com"
},
"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
}