blob: 01d70e83d3a35af4f31ed1ef88a27773454aea60 [file] [log] [blame]
{
"name": "MAXObjC",
"version": "0.0.1",
"summary": "MAX Objective-C code",
"description": "MAX Objective-C code. This will be ported to Swift over time.",
"homepage": "https://app.maxads.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MAX": "hello@maxads.co"
},
"source": {
"git": "https://github.com/MAXAds/max-ios-objc.git",
"tag": "0.0.1"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"libraries": "xml2",
"swift_version": "4.0",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": [
"MAXObjC/**/*.{h,m}"
]
}