[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / e / NMPlug / 0.6 / NMPlug.podspec.json
blobf0b2525072fd06ec6c7b77e0f96b550ca00db66c
2   "name": "NMPlug",
3   "version": "0.6",
4   "summary": "A plugin management module",
5   "description": "NMPlug adds plugin-oriented architecture to existing iOS libraries",
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.plug.git",
13     "tag": "0.6"
14   },
15   "source_files": [
16     "NMPlug",
17     "NMPlug/**/*.{h,m,swift}"
18   ],
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "NMJSON": [
25       "~> 1.0"
26     ],
27     "NMCache": [
28       "~> 0.2"
29     ]
30   }