[Add] ReactiveObjCForTDesk 5.0.3
[CocoaPods.git] / Specs / a / e / 5 / StromFacilitate / 1.1.0 / StromFacilitate.podspec.json
blobb0976e49c653de16a782ca8bc0ad5d73108d9ec2
2   "name": "StromFacilitate",
3   "version": "1.1.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.1.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": [
24         "Strom/**/NS{String,Data,Dictionary}+STM.{h,m}",
25         "Strom/**/NSString+Hash.{h,m}"
26       ]
27     },
28     {
29       "name": "Swizz",
30       "source_files": [
31         "Strom/**/NS{Array,MutableArray,Dictionary,MutableDictionary}+STM.{h,m}",
32         "Strom/**/STMObjectRuntime.{h,m}"
33       ]
34     },
35     {
36       "name": "Utilities",
37       "source_files": "Strom/**/STMObjectRuntime.{h,m}"
38     },
39     {
40       "name": "Config",
41       "source_files": "Strom/**/STMConfiguration.{h,m}"
42     },
43     {
44       "name": "Security",
45       "source_files": [
46         "Strom/**/STMRSAEncryptor.{h,m}",
47         "Strom/**/NSString+STM.{h,m}",
48         "Strom/**/EncryptionTools.{h,m}",
49         "Strom/**/RSACryptor.{h,m}"
50       ]
51     },
52     {
53       "name": "Style",
54       "source_files": "Strom/**/UI{Color,Image}+STM.{h,m}"
55     },
56     {
57       "name": "UI",
58       "source_files": [
59         "Strom/**/UI{TextField}+STM.{h,m}",
60         "Strom/**/STMObjectRuntime.{h,m}"
61       ]
62     }
63   ]