[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / e / 5 / StromFacilitate / 1.0.0 / StromFacilitate.podspec.json
blob2edbc1249e79602d416fd7843ffab0ec98849c9f
2   "name": "StromFacilitate",
3   "version": "1.0.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": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/DouKing/StromFacilitate.git",
15     "tag": "1.0.0"
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/**/NS{String,Data,Dictionary}+STM.{h,m}"
24     },
25     {
26       "name": "Swizz",
27       "source_files": [
28         "Strom/**/NS{Array,MutableArray,Dictionary,MutableDictionary}+STM.{h,m}",
29         "Strom/**/STMObjectRuntime.{h,m}"
30       ]
31     },
32     {
33       "name": "Utilities",
34       "source_files": "Strom/**/STMObjectRuntime.{h,m}"
35     },
36     {
37       "name": "Config",
38       "source_files": "Strom/**/STMConfiguration.{h,m}"
39     },
40     {
41       "name": "Security",
42       "source_files": [
43         "Strom/**/STMRSAEncryptor.{h,m}",
44         "Strom/**/NSString+STM.{h,m}"
45       ]
46     },
47     {
48       "name": "Style",
49       "source_files": "Strom/**/UI{Color,Image}+STM.{h,m}"
50     }
51   ]