[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / c / NRGramKit / 1.0 / NRGramKit.podspec.json
blobaece9efafbf5406a40098180330eef7676fb9157
2   "name": "NRGramKit",
3   "version": "1.0",
4   "summary": "A simple 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.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": [
21     "NRGramKit/*.{h,m,pch}",
22     "NRGramKit/Model/*.{h,m}"
23   ],
24   "prefix_header_file": "NRGramKit/NRGramKit-Prefix.pch",
25   "frameworks": [
26     "SystemConfiguration",
27     "CFNetwork",
28     "Security"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "MKNetworkKit": [
33       "~> 0.87"
34     ],
35     "JSONKit": [
36       "~>1.4"
37     ]
38   }