[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / f / NSObjectExtend / 1.1.0 / NSObjectExtend.podspec.json
blobe65f94740f82b063790505b4aa08a854e1cd4c12
2   "name": "NSObjectExtend",
3   "version": "1.1.0",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "NS系列库扩充方法.",
8   "homepage": "http://blog.isteven.cn",
9   "authors": {
10     "Steven": "qzs21@qq.com"
11   },
12   "source": {
13     "git": "https://github.com/qzs21/NSObjectExtend.git",
14     "tag": "1.1.0"
15   },
16   "frameworks": "UIKit",
17   "resources": "Resource/*.lproj",
18   "libraries": "z",
19   "source_files": "NSObjectExtend.h",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "6.0"
23   },
24   "subspecs": [
25     {
26       "name": "NSObjectExtend",
27       "requires_arc": true,
28       "source_files": [
29         "Classes/*.{h,m}"
30       ]
31     }
32   ]