blob: af0174bc44b3f687a1d53f2e03024d9ba9c91bbe [file] [log] [blame]
{
"name": "NRGramKit",
"version": "1.1",
"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.1"
},
"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"
}