blob: b7ef27f2480ca36da4c4eda3a48d47df040bd651 [file] [log] [blame]
{
"name": "InstagramKit",
"version": "3.6.3",
"summary": "Instagram iOS SDK.",
"description": "\n* An extensive blocks-based Objective C wrapper for the Instagram API.\n",
"homepage": "https://github.com/shyambhat/InstagramKit",
"license": "MIT",
"authors": {
"Shyam Bhat": "shyambhat@me.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/shyambhat/InstagramKit.git",
"tag": "3.6.3"
},
"source_files": [
"InstagramKit",
"InstagramKit/**/*.{h,m}"
],
"exclude_files": "InstagramKitDemo",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.0"
]
}
}