blob: 1118d65d9c29d37a012fad12248f9bd57c90346f [file] [log] [blame]
{
"name": "FlickrKit",
"version": "1.0.8",
"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.8"
},
"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
}