[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / e / 1 / caonaipeng / 0.0.6 / caonaipeng.podspec.json
blobe579f01ab0d77e91983c0f9006197b59092bf95e
2   "name": "caonaipeng",
3   "version": "0.0.6",
4   "summary": "oc tools and fast development",
5   "homepage": "https://coding.net/u/naipeng_cao/p/CaoNaiPeng/git?public=true",
6   "license": {
7     "type": "MIT",
8     "file": "FILE_LICENSE"
9   },
10   "authors": {
11     "caonaipeng": "657867226@qq.com"
12   },
13   "social_media_url": "https://weibo.com/cnp5566",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://git.coding.net/naipeng_cao/CaoNaiPeng.git",
19     "tag": "0.0.6"
20   },
21   "frameworks": "UIKit",
22   "source_files": "CaoNaiPeng/*.h",
23   "public_header_files": "CaoNaiPeng/CNP_BaseHeader.h",
24   "requires_arc": true,
25   "xcconfig": {
26     "USER_HEADER_SEARCH_PATHS": "$(SRCROOT)"
27   },
28   "subspecs": [
29     {
30       "name": "MacroHeader",
31       "source_files": "CaoNaiPeng/MacroHeader.h",
32       "public_header_files": "CaoNaiPeng/MacroHeader.h"
33     },
34     {
35       "name": "tools",
36       "source_files": "CaoNaiPeng/tools/*.{h,m}",
37       "public_header_files": "CaoNaiPeng/tools/*.h"
38     }
39   ]