[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 3 / MAXObjC / 1.0.1 / MAXObjC.podspec.json
blobe18952ef8e5d930f6070a08fd90328488e2a663b
2   "name": "MAXObjC",
3   "version": "1.0.1",
4   "summary": "MAX Objective-C code",
5   "description": "MAX Objective-C code. This will be ported to Swift over time.",
6   "homepage": "https://app.maxads.io",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MAX": "hello@maxads.co"
13   },
14   "source": {
15     "git": "https://github.com/MAXAds/max-ios-objc.git",
16     "tag": "1.0.1"
17   },
18   "xcconfig": {
19     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/MAXObjC/MAXObjC-Bridging-Header.h"
23   },
24   "libraries": "xml2",
25   "swift_version": "4.0",
26   "requires_arc": true,
27   "platforms": {
28     "ios": "8.0"
29   },
30   "source_files": [
31     "MAXObjC/**/*.{h,m}"
32   ]