[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 5 / CustomControl / 0.0.7 / CustomControl.podspec.json
blob0b82d5ceccdea7b3947a196f66e775c51f0870e2
2   "name": "CustomControl",
3   "version": "0.0.7",
4   "summary": "custom control",
5   "homepage": "https://github.com/jidibingren/customcontrol",
6   "license": "MIT",
7   "authors": {
8     "jidibingren": "jidibingren@gmail.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/jidibingren/customcontrol.git",
15     "tag": "0.0.7"
16   },
17   "prefix_header_contents": "#ifdef __OBJC__\n#import <Foundation/Foundation.h>\n#import <UIKit/UIKit.h>\n#import \"SCDGFlatbufferHeaders.h\"\n#import \"SCDGProjectHeaders.h\"\n#import \"SCDGAdditionHeaders.h\"\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": "control/SCDGProjectHeaders.h",
28       "dependencies": {
29         "AFNetworking": [
30           "~> 3.1.0"
31         ],
32         "MQTTClient": [
33           "~> 0.7.4"
34         ],
35         "UICKeyChainStore": [
36           "~> 2.1.0"
37         ],
38         "YYCache": [
39           "~> 1.0.3"
40         ],
41         "XRSA": [
42           "~> 1.1.1"
43         ],
44         "Realm": [
45           "= 1.0.0"
46         ],
47         "CustomControl/flatbuffers": [
49         ]
50       },
51       "requires_arc": true
52     },
53     {
54       "name": "flatbuffers",
55       "platforms": {
56         "ios": "7.0"
57       },
58       "prefix_header_contents": "#import \"SCDGFlatbufferHeaders.h\"",
59       "source_files": "flatbuffers/*.{h,m,cpp}",
60       "public_header_files": "flatbuffers/SCDGFlatbufferHeaders.h",
61       "dependencies": {
62         "FlatBuffers-ObjC": [
63           "~> 0.0.1"
64         ]
65       },
66       "requires_arc": true
67     },
68     {
69       "name": "additions",
70       "platforms": {
71         "ios": "7.0"
72       },
73       "prefix_header_contents": "#import \"SCDGAdditionHeaders.h\"",
74       "source_files": "additions/*.{h,m,mm}",
75       "public_header_files": "additions/SCDGAdditionHeaders.h",
76       "dependencies": {
77         "CustomControl/control": [
79         ],
80         "CustomControl/flatbuffers": [
82         ]
83       },
84       "requires_arc": true
85     }
86   ]