blob: 1c1f088d94fd854fa1bca92a701b9a00e9e4fb5c [file] [log] [blame]
{
"name": "InstagramKit",
"version": "3.1.0",
"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.0"
},
"source_files": [
"InstagramKit",
"InstagramKit/**/*.{h,m}"
],
"exclude_files": "InstagramKitDemo",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.0"
]
}
}