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