blob: 405119a2c90f3daab2265ae4cdb75ccbabc87b7c [file] [log] [blame]
{
"name": "GfycatApiKit",
"version": "0.0.15",
"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.15"
},
"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"
]
}
}