[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 7 / 1 / NMNet / 0.2 / NMNet.podspec.json
blobc05ef4ab6d864d7b7863831ef9cd6c8b09923247
2   "name": "NMNet",
3   "version": "0.2",
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.2"
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     "NMJSON": [
25       "~> 1.0"
26     ],
27     "Alamofire": [
28       "~> 3.0"
29     ]
30   }