blob: d284e5e36399c332f839494342f4b1713f50b2f1 [file] [log] [blame]
{
"name": "GfycatApiKit",
"version": "0.0.5",
"summary": "GfycatApiKit for iOS",
"description": "GfycatApiKit provides building blocks to integrate apps with the Gfycat API.",
"homepage": "https://developers.gfycat.com/api/",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Gfycat": "support@gfycat.com"
},
"source": {
"git": "https://github.com/gfycat/GfycatApiKit.git",
"tag": "0.0.5"
},
"social_media_url": "https://twitter.com/gfycat",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "GfycatApiKit/**/*",
"public_header_files": "GfycatApiKit/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 3.0"
],
"UICKeyChainStore": [
]
}
}