[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 0 / 5 / BxObjC / 1.0.33 / BxObjC.podspec.json
bloba2e13ca1f827aad421deeca094c9ae1cd6ab9b26
2   "name": "BxObjC",
3   "version": "1.0.33",
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.0.33"
20   },
21   "xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SQLITE_CORE=1 SQLITE_UNICODE_ENABLE=1 SQLITE_ENABLE_FTS4=1 SQLITE_ENABLE_FTS4_PARENTHESIS=1"
23   },
24   "source_files": [
25     "**/Frameworks/**/*.{h,m,c}",
26     "**/Sources/**/*.{h,m,c}"
27   ],
28   "exclude_files": [
29     "**/**Tests/**/*.*",
30     "**/**Test/**/*.*"
31   ],
32   "frameworks": [
33     "Foundation",
34     "UIKit",
35     "MapKit",
36     "CoreLocation"
37   ],
38   "public_header_files": [
39     "**/Frameworks/**/*.h",
40     "**/Sources/**/*.h"
41   ],
42   "requires_arc": [
43     "**/BxIconWorkspace**.m",
44     "**/BxNavigation**.m",
45     "**/BxPushNotificationMessageQueue.m",
46     "**/XMLDictionary.m"
47   ],
48   "resources": [
49     "**/iBXCommon/**/Resources/**/*.strings",
50     "**/iBXData/**/*.{png,xib}",
51     "**/iBXVcl/**/*.{png,xib}",
52     "**/iBXMap/**/*.{png,xib}"
53   ]