[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 1 / e / SWBaseControl / 1.5 / SWBaseControl.podspec.json
blob5af90ac9f1994e3bc86c5eee680a42c39c5f5f4d
2   "name": "SWBaseControl",
3   "version": "1.5",
4   "homepage": "https://github.com/zhoushaowen/SWBaseControl",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "summary": "a control group",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Zhoushaowen": "348345883@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/zhoushaowen/SWBaseControl.git",
18     "tag": "1.5"
19   },
20   "resources": "SWBaseControl/SWBaseControl/Source/*.json",
21   "dependencies": {
22     "SWCustomPresentation": [
24     ],
25     "SWMultipleDelegateProxy": [
27     ],
28     "SWExtension/Core": [
30     ],
31     "ReactiveObjC": [
33     ],
34     "MJExtension": [
36     ]
37   },
38   "requires_arc": true,
39   "subspecs": [
40     {
41       "name": "SWPopover",
42       "source_files": "SWBaseControl/SWBaseControl/SWPopover/*.{h,m}"
43     },
44     {
45       "name": "SWBaseViewController",
46       "source_files": "SWBaseControl/SWBaseControl/SWBaseViewController/*.{h,m}"
47     },
48     {
49       "name": "Other",
50       "source_files": "SWBaseControl/SWBaseControl/Other/*.{h,m}"
51     }
52   ]