blob: e0db84744ead6bb7a1b83139241de6bf9a7bb2ed [file] [log] [blame]
{
"name": "InstagramKit",
"version": "2.1.0",
"summary": "Objective C Instagram Engine.",
"description": " \n* A neat little blocks-based Objective C wrapper for the Instagram API.\n* It readily parses the JSON responses on a background thread and does the dirty work for you \nso you just have to deal with Instagram model objects. \n* AFNetworking 2 ready.\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": "2.1.0"
},
"source_files": [
"InstagramKit",
"InstagramKit/**/*.{h,m}"
],
"exclude_files": "InstagramKitDemo",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.0"
]
}
}