[Add] boost-iosx 1.87.0.3
[CocoaPods.git] / Specs / 5 / d / 3 / MAXObjC / 0.0.2 / MAXObjC.podspec.json
blobde9389a9d1fd696d828a4d4705159dc5db5601de
2   "name": "MAXObjC",
3   "version": "0.0.2",
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": "0.0.2"
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   ]