[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 7 / 1 / NMNet / 2.1.1 / NMNet.podspec.json
blob5f10191ac0c94bcde2ada0494337a7d33f7ac814
2   "name": "NMNet",
3   "version": "2.1.1",
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     "Vincenzo Ferrara": "vinceferro92@gmail.com",
11     "Alex Corlatti": "alex.corlatti@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/nearit/nm.net.git",
15     "tag": "2.1.1"
16   },
17   "source_files": [
18     "NMNet",
19     "NMNet/**/*.{h,m,swift}"
20   ],
21   "platforms": {
22     "ios": "8.0"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "NMCache": [
27       "~> 0.7"
28     ],
29     "JWTDecode": [
30       "~> 1"
31     ],
32     "Alamofire": [
33       "~> 3"
34     ]
35   }