blob: 7b59a8def49588ec7a182b9dc20d537d0441fd86 [file] [log] [blame]
{
"name": "GfycatApiKit",
"version": "0.0.25",
"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.25"
},
"social_media_url": "https://twitter.com/gfycat",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "GfycatApiKit/**/*.[h,m]",
"public_header_files": "GfycatApiKit/**/*.h",
"static_framework": true,
"dependencies": {
"AFNetworking": [
],
"UICKeyChainStore": [
]
}
}