[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 7 / 1 / NMNet / 0.14.7 / NMNet.podspec.json
blob03ee99b861396ede30fe9d4b485febe246f0892b
2   "name": "NMNet",
3   "version": "0.14.7",
4   "summary": "An utility library which simplifies interaction with public APIs of nearit.com",
5   "description": "An utility library for iOS which simplifies interaction with public APIs of nearit.com - implements the ability to send requests to generic (custom) endpoints",
6   "homepage": "https://github.com/nearit/nm.json",
7   "license": "MIT",
8   "authors": {
9     "Francesco Colleoni": "francesco@nearit.com"
10   },
11   "source": {
12     "git": "https://github.com/nearit/nm.net.git",
13     "tag": "0.14.7"
14   },
15   "source_files": [
16     "NMNet",
17     "NMNet/**/*.{h,m,swift}"
18   ],
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "NMCache": [
26     ],
27     "JWTDecode": [
28       "~> 1.0"
29     ],
30     "Alamofire": [
31       "~> 3.0"
32     ]
33   }