[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 0 / c / NRGramKit / 1.4 / NRGramKit.podspec.json
bloba2ac2e993204469b47e2b138bb0aed6c15f66bce
2   "name": "NRGramKit",
3   "version": "1.4",
4   "summary": "A simple block-based library to access all the functions of the Instagram API.",
5   "homepage": "https://github.com/NextRoot/NRGramKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "Raul Andrisan": "raul@nextroot.com"
12   },
13   "source": {
14     "git": "https://github.com/NextRoot/NRGramKit.git",
15     "tag": "1.4"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "NRGramKit/*.{h,m}",
22     "NRGramKit/Model/*.{h,m}"
23   ],
24   "frameworks": [
25     "SystemConfiguration",
26     "CFNetwork",
27     "Security"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "AFNetworking": [
32       "~> 1.3.1"
33     ]
34   },
35   "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"