blob: efc7acb629cf97dc24562d4eaf1ad3c815691d6a [file] [log] [blame]
{
"name": "GfycatApiKit",
"version": "0.0.9",
"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.9"
},
"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.1.0"
],
"UICKeyChainStore": [
"2.1.1"
]
}
}