[Add] Storyly 3.12.1
[CocoaPods.git] / Specs / c / 0 / 4 / IMXStyleKit / 1.0.0 / IMXStyleKit.podspec.json
blob673a9e3b4f75a2aab308343d91e058bd2f44e369
2   "name": "IMXStyleKit",
3   "version": "1.0.0",
4   "summary": "Style settings:UIColor,iconfont,UIFont",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/PanZhow/IMXStyleKit.git",
10   "authors": {
11     "zhoupanpan": "2331838272@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/PanZhow/IMXStyleKit.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "IMXStyleKit/IMXStyleKit.h",
22   "public_header_files": [
23     "IMXStyleKit/IMXStyleKit.h"
24   ],
25   "subspecs": [
26     {
27       "name": "IMXColor",
28       "source_files": "IMXStyleKit/IMXColor/*.{h,m}",
29       "public_header_files": [
30         "IMXStyleKit/IMXColor/*.{h}"
31       ]
32     },
33     {
34       "name": "IMXFont",
35       "source_files": "IMXStyleKit/IMXFont/*.{h,m}",
36       "public_header_files": [
37         "IMXStyleKit/IMXFont/*.{h}"
38       ],
39       "compiler_flags": "-Wunguarded-availability"
40     },
41     {
42       "name": "IMXIconfont",
43       "source_files": "IMXStyleKit/IMXIconfont/*.{h,m}",
44       "public_header_files": [
45         "IMXStyleKit/IMXIconfont/*.{h}"
46       ]
47     }
48   ]