[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 4 / 1 / e / SWBaseControl / 1.10 / SWBaseControl.podspec.json
blobb56a78c1e2b1f1f48915c3448c64b2b58156e87e
2   "name": "SWBaseControl",
3   "version": "1.10",
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.10"
19   },
20   "resources": "SWBaseControl/SWBaseControl/Source/*",
21   "dependencies": {
22     "SWCustomPresentation": [
24     ],
25     "SWMultipleDelegateProxy": [
27     ],
28     "SWExtension/Core": [
30     ],
31     "ReactiveObjC": [
33     ],
34     "MJExtension": [
36     ],
37     "DZNEmptyDataSet": [
39     ]
40   },
41   "requires_arc": true,
42   "subspecs": [
43     {
44       "name": "SWPopover",
45       "source_files": "SWBaseControl/SWBaseControl/SWPopover/*.{h,m}"
46     },
47     {
48       "name": "SWBaseViewController",
49       "source_files": "SWBaseControl/SWBaseControl/SWBaseViewController/*.{h,m}"
50     },
51     {
52       "name": "Other",
53       "source_files": "SWBaseControl/SWBaseControl/Other/*.{h,m}"
54     }
55   ]