blob: f50bf398945385512cc10fc875b6bbdaf7df9219 [file] [log] [blame]
{
"name": "FlickrKit",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"frameworks": "SystemConfiguration",
"weak_frameworks": "AssetsLibrary",
"requires_arc": true
}