blob: 5f2db81a42d98c0ff8b4deab367ce4a070db8c49 [file] [log] [blame]
{
"name": "InstagramKit",
"version": "3.6.4",
"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": "6.0"
},
"source": {
"git": "https://github.com/shyambhat/InstagramKit.git",
"tag": "3.6.4"
},
"source_files": [
"InstagramKit",
"InstagramKit/**/*.{h,m}"
],
"exclude_files": "InstagramKitDemo",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.0"
]
}
}