[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 7 / 1 / NMNet / 0.9 / NMNet.podspec.json
blob978651efba793c360b29a7b65a8727ae101c7a2c
2   "name": "NMNet",
3   "version": "0.9",
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.9"
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   }