[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / e / 5 / StromFacilitate / 0.1.5 / StromFacilitate.podspec.json
blob524351c6d932a4d67007ea0c9f5edef924cd68a9
2   "name": "StromFacilitate",
3   "version": "0.1.5",
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": "0.1.5"
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": [
24         "Strom/**/NS{String,Data,Array,MutableArray,Dictionary,MutableDictionary}+STM.{h,m}",
25         "Strom/**/STMObjectRuntime.{h,m}"
26       ]
27     },
28     {
29       "name": "Utilities",
30       "source_files": "Strom/**/STMObjectRuntime.{h,m}"
31     },
32     {
33       "name": "Config",
34       "source_files": "Strom/**/STMConfiguration.{h,m}"
35     },
36     {
37       "name": "Security",
38       "source_files": [
39         "Strom/**/STMRSAEncryptor.{h,m}",
40         "Strom/**/NSString+STM.{h,m}"
41       ]
42     },
43     {
44       "name": "Style",
45       "source_files": "Strom/**/UI{Color,Image}+STM.{h,m}"
46     }
47   ]