[Add] BoreyAdSDK 0.0.5
[CocoaPods.git] / Specs / a / e / 5 / StromFacilitate / 1.1.4 / StromFacilitate.podspec.json
blob4ca9bd66bb8e14ecd7a8a4f3c5cf724e254a8fed
2   "name": "StromFacilitate",
3   "version": "1.1.4",
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.4"
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": "App",
27       "source_files": [
28         "Strom/App/**/*.{h,m}",
29         "Strom/Resource/*.bundle",
30         "Strom/Foundation/**/NSBundle+STM.{h,m}"
31       ]
32     },
33     {
34       "name": "Swizz",
35       "source_files": [
36         "Strom/Swizz/**/*.{h,m}",
37         "Strom/**/STMObjectRuntime.{h,m}"
38       ]
39     },
40     {
41       "name": "Utilities",
42       "source_files": "Strom/Utilities/*.{h,m}"
43     },
44     {
45       "name": "Config",
46       "source_files": "Strom/Config/*.{h,m}"
47     },
48     {
49       "name": "Security",
50       "source_files": [
51         "Strom/Security/*.{h,m}",
52         "Strom/**/NSString+STM.{h,m}",
53         "Strom/**/NSString+Hash.{h,m}"
54       ]
55     },
56     {
57       "name": "UI",
58       "source_files": [
59         "Strom/UI/*.{h,m}",
60         "Strom/Style/*.{h,m}",
61         "Strom/**/STMObjectRuntime.{h,m}"
62       ]
63     }
64   ]