[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / 5 / StromFacilitate / 1.3.0 / StromFacilitate.podspec.json
blobbbd067e5331948f47798808646204f7903f19491
2   "name": "StromFacilitate",
3   "version": "1.3.0",
4   "summary": "iOS底层常用功能封装",
5   "homepage": "https://github.com/DouKing/StromFacilitate",
6   "license": "MIT",
7   "authors": {
8     "wuyikai": "wyk8916@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/DouKing/StromFacilitate.git",
15     "tag": "1.3.0",
16     "submodules": true
17   },
18   "source_files": "Strom/Strom-header.h",
19   "requires_arc": true,
20   "public_header_files": "Strom/Strom-header.h",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "Strom/Core/StromCore.h",
26         "Strom/Core/**/*.{h,m}",
27         "Strom/Resource/*.bundle"
28       ]
29     },
30     {
31       "name": "Safe",
32       "source_files": [
33         "Strom/Swizz/**/*.{h,m}",
34         "Strom/**/STMObjectRuntime.{h,m}"
35       ]
36     },
37     {
38       "name": "Network",
39       "source_files": [
40         "Strom/Network/*.{h,m}",
41         "Strom/**/STMProxy.{h,m}"
42       ],
43       "dependencies": {
44         "AFNetworking": [
45           "~> 3.2.1"
46         ]
47       }
48     },
49     {
50       "name": "UI",
51       "source_files": "Strom/UI/*.{h,m}",
52       "dependencies": {
53         "StromFacilitate/Core": [
55         ]
56       }
57     }
58   ]