[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / 6 / 0 / 5 / BxObjC / 1.1.1 / BxObjC.podspec.json
blobd968603088d8db7a1aa9535d8a1dd52b34d21c3d
2   "name": "BxObjC",
3   "version": "1.1.1",
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.1"
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       },
52       "frameworks": [
53         "Foundation",
54         "UIKit"
55       ],
56       "public_header_files": [
57         "**/iBXData/Frameworks/**/*.h",
58         "**/iBXData/Sources/**/*.h"
59       ],
60       "source_files": [
61         "**/iBXData/Frameworks/**/*.{h,m,c}",
62         "**/iBXData/Sources/**/*.{h,m,c}"
63       ],
64       "exclude_files": [
65         "**/**Tests/**/*.*",
66         "**/**Test/**/*.*"
67       ],
68       "requires_arc": [
69         "**/XMLDictionary.m"
70       ]
71     },
72     {
73       "name": "DB",
74       "dependencies": {
75         "BxObjC/Common": [
77         ]
78       },
79       "xcconfig": {
80         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_CORE=1 SQLITE_UNICODE_ENABLE=1 SQLITE_ENABLE_FTS4=1 SQLITE_ENABLE_FTS4_PARENTHESIS=1"
81       },
82       "frameworks": [
83         "Foundation",
84         "UIKit"
85       ],
86       "public_header_files": [
87         "**/iBXDB/Frameworks/**/*.h",
88         "**/iBXDB/Sources/**/*.h"
89       ],
90       "source_files": [
91         "**/iBXDB/Frameworks/**/*.{h,m,c}",
92         "**/iBXDB/Sources/**/*.{h,m,c}"
93       ],
94       "exclude_files": [
95         "**/**Tests/**/*.*",
96         "**/**Test/**/*.*"
97       ],
98       "requires_arc": [
100       ]
101     },
102     {
103       "name": "Map",
104       "dependencies": {
105         "BxObjC/Common": [
107         ],
108         "BxObjC/Data": [
110         ]
111       },
112       "frameworks": [
113         "Foundation",
114         "UIKit",
115         "MapKit",
116         "CoreLocation"
117       ],
118       "public_header_files": [
119         "**/iBXMap/Frameworks/**/*.h",
120         "**/iBXMap/Sources/**/*.h"
121       ],
122       "source_files": [
123         "**/iBXMap/Frameworks/**/*.{h,m,c}",
124         "**/iBXMap/Sources/**/*.{h,m,c}"
125       ],
126       "exclude_files": [
127         "**/**Tests/**/*.*",
128         "**/**Test/**/*.*"
129       ],
130       "requires_arc": [
132       ]
133     },
134     {
135       "name": "Vcl",
136       "dependencies": {
137         "BxObjC/Common": [
139         ],
140         "BxObjC/Data": [
142         ]
143       },
144       "frameworks": [
145         "Foundation",
146         "UIKit",
147         "MapKit",
148         "CoreLocation"
149       ],
150       "resources": "**/iBXVcl/**/*.{png,xib}",
151       "public_header_files": [
152         "**/iBXVcl/Frameworks/**/*.h",
153         "**/iBXVcl/Sources/**/*.h"
154       ],
155       "source_files": [
156         "**/iBXVcl/Frameworks/**/*.{h,m,c}",
157         "**/iBXVcl/Sources/**/*.{h,m,c}"
158       ],
159       "exclude_files": [
160         "**/**Tests/**/*.*",
161         "**/**Test/**/*.*"
162       ],
163       "requires_arc": [
164         "**/BxIconWorkspace**.m",
165         "**/BxNavigation**.m"
166       ]
167     }
168   ]