[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / 3 / deigo / 0.0.4 / deigo.podspec.json
blob33d934baa5eff3d7d80c83309a7f73a4d9e59798
2   "name": "deigo",
3   "version": "0.0.4",
4   "summary": "custom control",
5   "homepage": "https://github.com/o2ohuaat/deigo",
6   "license": "MIT",
7   "authors": {
8     "o2ohuaat": "o2o@yiliangche.net"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/o2ohuaat/deigo.git",
15     "tag": "0.0.4"
16   },
17   "prefix_header_contents": "#ifdef __OBJC__\n\n#import <Foundation/Foundation.h>\n#import <UIKit/UIKit.h>\n\n#define SC_TP_UICKEYCHAINSTORE\n\n#endif",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "control",
22       "platforms": {
23         "ios": "7.0"
24       },
25       "prefix_header_contents": "#import \"SCDGProjectHeaders.h\"",
26       "source_files": "control/*.{h,m,mm}",
27       "public_header_files": [
28         "control/SCDGProjectHeaders.h",
29         "control/*.h"
30       ],
31       "dependencies": {
32         "AFNetworking": [
33           "~> 3.1.0"
34         ],
35         "MQTTClient": [
36           "~> 0.7.4"
37         ],
38         "UICKeyChainStore": [
39           "~> 2.1.0"
40         ],
41         "YYCache": [
42           "~> 1.0.3"
43         ],
44         "XRSA": [
45           "~> 1.1.1"
46         ],
47         "Realm": [
48           "= 1.0.0"
49         ],
50         "deigo/flatbuffers": [
52         ]
53       },
54       "requires_arc": true
55     },
56     {
57       "name": "flatbuffers",
58       "platforms": {
59         "ios": "7.0"
60       },
61       "prefix_header_contents": "#import \"SCDGFlatbufferHeaders.h\"",
62       "source_files": "flatbuffers/*.{h,m,cpp}",
63       "public_header_files": [
64         "flatbuffers/SCDGFlatbufferHeaders.h",
65         "flatbuffers/Msg*.h"
66       ],
67       "dependencies": {
68         "FlatBuffers-ObjC": [
69           "~> 0.0.1"
70         ]
71       },
72       "requires_arc": true
73     },
74     {
75       "name": "additions",
76       "platforms": {
77         "ios": "7.0"
78       },
79       "prefix_header_contents": "#import \"SCDGAdditionHeaders.h\"",
80       "source_files": "additions/*.{h,m,mm}",
81       "public_header_files": "additions/*.h",
82       "dependencies": {
83         "deigo/control": [
85         ],
86         "deigo/flatbuffers": [
88         ]
89       },
90       "requires_arc": true
91     }
92   ]