[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / a / e / 5 / StromFacilitate / 0.1.4 / StromFacilitate.podspec.json
blobb54c15671f75c1b8e3b6e9fae81e6a65b933eb14
2   "name": "StromFacilitate",
3   "version": "0.1.4",
4   "summary": "iOS底层常用功能封装",
5   "homepage": "https://github.com/DouKing/StromFacilitate",
6   "license": "MIT",
7   "authors": {
8     "wuyikai": "wuyikai@secoo.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/DouKing/StromFacilitate.git",
15     "tag": "0.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": [
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/**/UIColor+STM.{h,m}"
46     }
47   ]