blob: 67fe1b568421f9a9847bd02a849a7b0748bc0160 [file] [log] [blame]
{
"name": "GfycatApiKit",
"version": "0.0.28",
"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.28"
},
"social_media_url": "https://twitter.com/gfycat",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "GfycatApiKit/**/*.[h,m]",
"public_header_files": "GfycatApiKit/**/*.h",
"static_framework": true,
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"UICKeyChainStore": [
"~> 2.1"
]
}
}