[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / 5 / BxObjC / 1.1.17 / BxObjC.podspec.json
blobf9a7e11afc106c673df1161989bb4faa014acce5
2   "name": "BxObjC",
3   "version": "1.1.17",
4   "summary": "Objective-C library for all",
5   "description": "This framework will help iOS developers simplify development",
6   "homepage": "https://github.com/ByteriX/BxObjC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sergey Balalaev": "sof.bix@mail.ru"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/ByteriX/BxObjC.git",
19     "tag": "1.1.17"
20   },
21   "subspecs": [
22     {
23       "name": "Common",
24       "frameworks": [
25         "Foundation",
26         "UIKit"
27       ],
28       "resources": "**/iBXCommon/Resources/**/*.strings",
29       "public_header_files": [
30         "**/iBXCommon/Frameworks/**/*.h",
31         "**/iBXCommon/Sources/**/*.h"
32       ],
33       "source_files": [
34         "**/iBXCommon/Frameworks/**/*.{h,m,c}",
35         "**/iBXCommon/Sources/**/*.{h,m,c}"
36       ],
37       "exclude_files": [
38         "**/**Tests/**/*.*",
39         "**/**Test/**/*.*"
40       ],
41       "requires_arc": [
42         "**/BxPushNotificationMessageQueue.m"
43       ]
44     },
45     {
46       "name": "Data",
47       "dependencies": {
48         "BxObjC/Common": [
50         ],
51         "XMLDictionary": [
52           "1.4"
53         ]
54       },
55       "frameworks": [
56         "Foundation",
57         "UIKit"
58       ],
59       "public_header_files": [
60         "**/iBXData/Frameworks/**/*.h",
61         "**/iBXData/Sources/**/*.h"
62       ],
63       "source_files": [
64         "**/iBXData/Frameworks/**/*.{h,m,c}",
65         "**/iBXData/Sources/**/*.{h,m,c}"
66       ],
67       "exclude_files": [
68         "**/**Tests/**/*.*",
69         "**/**Test/**/*.*"
70       ],
71       "requires_arc": [
73       ]
74     },
75     {
76       "name": "DB",
77       "dependencies": {
78         "BxObjC/Common": [
80         ]
81       },
82       "xcconfig": {
83         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_CORE=1 SQLITE_UNICODE_ENABLE=1 SQLITE_ENABLE_FTS4=1 SQLITE_ENABLE_FTS4_PARENTHESIS=1"
84       },
85       "frameworks": [
86         "Foundation",
87         "UIKit"
88       ],
89       "public_header_files": [
90         "**/iBXDB/Frameworks/**/*.h",
91         "**/iBXDB/Sources/**/*.h"
92       ],
93       "source_files": [
94         "**/iBXDB/Frameworks/**/*.{h,m,c}",
95         "**/iBXDB/Sources/**/*.{h,m,c}"
96       ],
97       "exclude_files": [
98         "**/**Tests/**/*.*",
99         "**/**Test/**/*.*"
100       ],
101       "requires_arc": [
103       ]
104     },
105     {
106       "name": "Map",
107       "dependencies": {
108         "BxObjC/Common": [
110         ],
111         "BxObjC/Data": [
113         ]
114       },
115       "frameworks": [
116         "Foundation",
117         "UIKit",
118         "MapKit",
119         "CoreLocation"
120       ],
121       "public_header_files": [
122         "**/iBXMap/Frameworks/**/*.h",
123         "**/iBXMap/Sources/**/*.h"
124       ],
125       "source_files": [
126         "**/iBXMap/Frameworks/**/*.{h,m,c}",
127         "**/iBXMap/Sources/**/*.{h,m,c}"
128       ],
129       "exclude_files": [
130         "**/**Tests/**/*.*",
131         "**/**Test/**/*.*"
132       ],
133       "requires_arc": [
135       ]
136     },
137     {
138       "name": "Vcl",
139       "dependencies": {
140         "BxObjC/Common": [
142         ],
143         "BxObjC/Data": [
145         ]
146       },
147       "frameworks": [
148         "Foundation",
149         "UIKit",
150         "MapKit",
151         "CoreLocation"
152       ],
153       "resources": "**/iBXVcl/**/*.{png,xib}",
154       "public_header_files": [
155         "**/iBXVcl/Frameworks/**/*.h",
156         "**/iBXVcl/Sources/**/*.h"
157       ],
158       "source_files": [
159         "**/iBXVcl/Frameworks/**/*.{h,m,c}",
160         "**/iBXVcl/Sources/**/*.{h,m,c}"
161       ],
162       "exclude_files": [
163         "**/**Tests/**/*.*",
164         "**/**Test/**/*.*"
165       ],
166       "requires_arc": [
167         "**/BxIconWorkspace**.m",
168         "**/Navigation/**/*.*"
169       ]
170     }
171   ]