[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / 5 / StromFacilitate / 1.1.3 / StromFacilitate.podspec.json
blobc996bb2b46af281b2ee8a609133bdadeb8a2ee56
2   "name": "StromFacilitate",
3   "version": "1.1.3",
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": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/DouKing/StromFacilitate.git",
15     "tag": "1.1.3"
16   },
17   "source_files": "Strom/Strom-header.h",
18   "requires_arc": true,
19   "public_header_files": "Strom/Strom-header.h",
20   "subspecs": [
21     {
22       "name": "Foundation",
23       "source_files": "Strom/Foundation/**/*.{h,m}"
24     },
25     {
26       "name": "Swizz",
27       "source_files": [
28         "Strom/Swizz/**/*.{h,m}",
29         "Strom/**/STMObjectRuntime.{h,m}"
30       ]
31     },
32     {
33       "name": "Utilities",
34       "source_files": "Strom/Utilities/*.{h,m}"
35     },
36     {
37       "name": "Config",
38       "source_files": "Strom/Config/*.{h,m}"
39     },
40     {
41       "name": "Security",
42       "source_files": [
43         "Strom/Security/*.{h,m}",
44         "Strom/**/NSString+STM.{h,m}",
45         "Strom/**/NSString+Hash.{h,m}"
46       ]
47     },
48     {
49       "name": "UI",
50       "source_files": [
51         "Strom/UI/*.{h,m}",
52         "Strom/Style/*.{h,m}",
53         "Strom/**/STMObjectRuntime.{h,m}"
54       ]
55     }
56   ]