[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / f / 5 / SSBaseLib / 1.0.4.5 / SSBaseLib.podspec.json
blob0385af7cf02402de2a5b34dec8acd7ffc123ee10
2   "name": "SSBaseLib",
3   "version": "1.0.4.5",
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.5"
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": "SSJSONModel",
41       "source_files": [
42         "SSBaseLib/SSJSONModel1/*/*.{h,m}",
43         "SSBaseLib/SSJSONModel1/SSJSONModelLib.h"
44       ]
45     }
46   ]