blob: a2ac2e993204469b47e2b138bb0aed6c15f66bce [file] [log] [blame]
{
"name": "NRGramKit",
"version": "1.4",
"summary": "A simple block-based library to access all the functions of the Instagram API.",
"homepage": "https://github.com/NextRoot/NRGramKit",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Raul Andrisan": "raul@nextroot.com"
},
"source": {
"git": "https://github.com/NextRoot/NRGramKit.git",
"tag": "1.4"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"NRGramKit/*.{h,m}",
"NRGramKit/Model/*.{h,m}"
],
"frameworks": [
"SystemConfiguration",
"CFNetwork",
"Security"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.3.1"
]
},
"prepare_command": " echo \"* NRGramKit note *\n Don't forget to create and add NRGramKitConfigs.plist file to you project.\n You can find an example here: https://github.com/NextRoot/NRGramKit/blob/master/NRGramKitConfigs.plist\"\n"
}