[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 6 / 0 / 5 / BxObjC / 1.0.15 / BxObjC.podspec.json
blob3ff5ef88c2b614c70650e5669a3f8194b6914f4f
2   "name": "BxObjC",
3   "version": "1.0.15",
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.15"
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/**/*.{png}",
48     "**/iBXData/**/*.{png,xib}",
49     "**/iBXVcl/**/*.{png,xib}",
50     "**/iBXMap/**/*.{png,xib}"
51   ],
52   "resource_bundles": {
53     "Localization": [
54       "**/iBXCommon/**/Resources/**/*"
55     ]
56   }