[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 3 / MAXObjC / 0.0.1 / MAXObjC.podspec.json
blob01d70e83d3a35af4f31ed1ef88a27773454aea60
2   "name": "MAXObjC",
3   "version": "0.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": "0.0.1"
17   },
18   "xcconfig": {
19     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
20   },
21   "libraries": "xml2",
22   "swift_version": "4.0",
23   "requires_arc": true,
24   "platforms": {
25     "ios": "8.0"
26   },
27   "source_files": [
28     "MAXObjC/**/*.{h,m}"
29   ]