[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 8 / e / TestCoCoPods7 / 1.0.4 / TestCoCoPods7.podspec.json
blob599028015fd72c9fa01948ae4cbca5aad55490ad
2   "name": "TestCoCoPods7",
3   "version": "1.0.4",
4   "summary": "一个建立pod仓库的简单demo.",
5   "description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。",
6   "homepage": "https://github.com/zhaopeng0007/TestCoCoPods7",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhaopeng0007": "wszppygr@126.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/zhaopeng0007/TestCoCoPods7.git",
19     "tag": "1.0.4"
20   },
21   "source_files": [
22     "Classes",
23     "TestCoCoPods7/TestCoCoPods7/Classes/**/*.{h,m}",
24     "OtherClasses",
25     "TestCoCoPods7/TestCoCoPods7/OtherClasses/**/*.{h,m}"
26   ],
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "Classes",
31       "source_files": "TestCoCoPods7/TestCoCoPods7/Classes/**/*.{h,m}"
32     },
33     {
34       "name": "OtherClasses",
35       "source_files": "TestCoCoPods7/TestCoCoPods7/OtherClasses/**/*.{h,m}"
36     }
37   ]