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