blob: 6afc11ae1cdc435d55c1351726f9c89e8ce12d7a [file] [log] [blame]
{
"name": "Air360",
"version": "0.4.4",
"summary": "Capture & analyze everything - iOS analytics library for Air360",
"homepage": "https://www.air360.io",
"license": {
"type": "Commercial",
"text": "See https://www.air360.io/terms"
},
"authors": {
"Air360": "flo@air360.io"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://cdn.air360tracker.net/ios/air360-sdk-0.4.4.zip",
"flatten": true
},
"source_files": "Air360.h",
"preserve_paths": "libAir360.a",
"libraries": [
"Air360",
"icucore",
"z",
"c++"
],
"frameworks": [
"CFNetwork",
"Security",
"SystemConfiguration",
"CoreTelephony",
"Foundation",
"UIKit",
"MessageUI"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/Air360\""
},
"requires_arc": true
}