[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 7 / 1 / NMNet / 3.0.0 / NMNet.podspec.json
blob2e5ba28504b759379b1f711310a37b1fc79dd94a
2   "name": "NMNet",
3   "version": "3.0.0",
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": "3.0.0"
16   },
17   "source_files": [
18     "NMNet",
19     "NMNet/**/*.{h,m,swift}"
20   ],
21   "platforms": {
22     "ios": "9.0"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "YapDatabase": [
27       "~> 2.9"
28     ],
29     "SwiftyJSON": [
30       "~> 3.1"
31     ],
32     "JWTDecode": [
33       "~> 2"
34     ],
35     "Alamofire": [
36       "~> 4"
37     ]
38   },
39   "pushed_with_swift_version": "3.0"