[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 8 / a / TestLibDemo / 1.0.0 / TestLibDemo.podspec.json
blob561b1cd0b9f6250631cd59563224e0cceb3ad608
2   "name": "TestLibDemo",
3   "version": "1.0.0",
4   "summary": "测试项目",
5   "description": "This library is testLib This library is testLib This library is testLib",
6   "homepage": "https://gitee.com/zhengjunjie",
7   "screenshots": "https://github.com/zhengjunjie11/TestLibDemo/blob/master/test.png?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "天空吸引我": "2028002516@qq.com"
14   },
15   "social_media_url": "https://www.jianshu.com/u/0b735abc7135",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/zhengjunjie11/TestLibDemo.git",
21     "tag": "1.0.0"
22   },
23   "resources": "Home/Resoures/*.png",
24   "frameworks": [
25     "Accounts",
26     "AddressBook"
27   ],
28   "libraries": [
29     "c++",
30     "sqlite3",
31     "stdc++.6.0.9",
32     "z"
33   ],
34   "vendored_libraries": "Home/Lib/*.a",
35   "vendored_frameworks": "Home/Frameworks/*.framework",
36   "dependencies": {
37     "SDWebImage": [
39     ]
40   },
41   "xcconfig": {
42     "HEADER_SEARCH_PATHS": "$(SDKROOT)/Home/Frameworks"
43   },
44   "subspecs": [
45     {
46       "name": "Model",
47       "source_files": "Home/Model/*.{h,m}"
48     },
49     {
50       "name": "View",
51       "source_files": "Home/View/*.{h,m}"
52     },
53     {
54       "name": "VC",
55       "source_files": "Home/VC/*.{h,m}"
56     }
57   ]