[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / e / 1 / caonaipeng / 0.0.8 / caonaipeng.podspec.json
blob2d020908cbe168062405fad1f5aafdf6aa1a3986
2   "name": "caonaipeng",
3   "version": "0.0.8",
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.8"
20   },
21   "frameworks": "UIKit",
22   "source_files": "CaoNaiPeng/CNP_BaseHeader.h",
23   "requires_arc": true,
24   "xcconfig": {
25     "USER_HEADER_SEARCH_PATHS": "$(SRCROOT)"
26   },
27   "subspecs": [
28     {
29       "name": "MacroHeader",
30       "source_files": "CaoNaiPeng/MacroHeader/MacroHeader.h",
31       "public_header_files": "CaoNaiPeng/MacroHeader/MacroHeader.h"
32     },
33     {
34       "name": "tools",
35       "source_files": "CaoNaiPeng/tools/*.{h,m}",
36       "public_header_files": "CaoNaiPeng/tools/*.h"
37     }
38   ]