blob: 7bf1f297b99aaf5283bb6f0e2e26664fd388e240 [file] [log] [blame]
{
"name": "InstagramKit",
"version": "3.1.1",
"summary": "Instagram iOS SDK.",
"description": " \n* An extensive blocks-based Objective C wrapper for the Instagram API.\n* Built atop AFNetworking, it rips through the JSON asynchronously to give you ready-to-use Instagram model objects.\n* AFNetworking 2 ready.\n* Support for paginated requests.\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.1.1"
},
"source_files": [
"InstagramKit",
"InstagramKit/**/*.{h,m}"
],
"exclude_files": "InstagramKitDemo",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.0"
]
}
}