[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / 5 / SSBaseLib / 1.0.4.15 / SSBaseLib.podspec.json
blob831285ead31df66bf7e7b98585746898be2b6bfa
2   "name": "SSBaseLib",
3   "version": "1.0.4.15",
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.15"
18   },
19   "source_files": "SSBaseLib/SSBaseLib.h",
20   "exclude_files": "Classes/Exclude",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "libraries": "objc",
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "SSBaseLib/Base/*.{h,m}",
32         "SSBaseLib/Core/*.{h,m}"
33       ],
34       "dependencies": {
35         "SSBaseLib/SSJSONModel": [
37         ]
38       }
39     },
40     {
41       "name": "Category",
42       "source_files": "SSBaseLib/Category/*.{h,m}"
43     },
44     {
45       "name": "SSJSONModel",
46       "source_files": [
47         "SSBaseLib/SSJSONModel1/*/*.{h,m}",
48         "SSBaseLib/SSJSONModel1/SSJSONModelLib.h"
49       ]
50     }
51   ]