[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / f / 5 / SSBaseLib / 1.0.4.13 / SSBaseLib.podspec.json
blob7c1d8cb5cbca22ec8cf55c5979df18ffa01d9b05
2   "name": "SSBaseLib",
3   "version": "1.0.4.13",
4   "summary": "SSBaseFramework 构成的一部分",
5   "description": "有量App 的基本框架构成,SSBaseFrameWork的一部分",
6   "homepage": "https://github.com/xie244135119/SSBaseLib/blob/master/README.md",
7   "license": "MIT",
8   "authors": {
9     "xieqiang": "xie244135119@163.com"
10   },
11   "social_media_url": "https://github.com/xie244135119",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/xie244135119/SSBaseLib.git",
17     "tag": "1.0.4.13"
18   },
19   "source_files": "SSBaseLib/SSBaseLib.h",
20   "exclude_files": "Classes/Exclude",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "SSBaseLib/Base/*.{h,m}",
31         "SSBaseLib/Core/*.{h,m}"
32       ],
33       "dependencies": {
34         "SSBaseLib/SSJSONModel": [
36         ]
37       }
38     },
39     {
40       "name": "Category",
41       "source_files": "SSBaseLib/Category/*.{h,m}"
42     },
43     {
44       "name": "SSJSONModel",
45       "source_files": [
46         "SSBaseLib/SSJSONModel1/*/*.{h,m}",
47         "SSBaseLib/SSJSONModel1/SSJSONModelLib.h"
48       ]
49     }
50   ]