[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 4 / 5 / CustomControl / 0.0.8 / CustomControl.podspec.json
blobe364da6c10751e552ee7f9714bd9e46e4889c79e
2   "name": "CustomControl",
3   "version": "0.0.8",
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.8"
16   },
17   "prefix_header_contents": "#ifdef __OBJC__\n#import <Foundation/Foundation.h>\n#import <UIKit/UIKit.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": [
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         "CustomControl/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         "CustomControl/control": [
85         ],
86         "CustomControl/flatbuffers": [
88         ]
89       },
90       "requires_arc": true
91     }
92   ]