[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / 4 / CommonProject / 0.0.2 / CommonProject.podspec.json
blobcd9f7025bd55e7ce0c094d57ff815bc19978db01
2   "name": "CommonProject",
3   "version": "0.0.2",
4   "summary": "通用工程",
5   "description": "工程的一些基本组件。",
6   "homepage": "https://github.com/saberge/CommonProject",
7   "license": "MIT",
8   "authors": {
9     "zhenglaixian": "saberge@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/saberge/CommonProject.git",
16     "tag": "0.0.2"
17   },
18   "subspecs": [
19     {
20       "name": "BaseClass",
21       "source_files": "Classes/BaseClass/*.{h,m}"
22     },
23     {
24       "name": "Categories",
25       "source_files": "Classes/Categories/*.{h,m}"
26     }
27   ]