| { |
| "name": "Air360", |
| "version": "0.2.7", |
| "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": "7.0" |
| }, |
| "source": { |
| "http": "https://cdn.air360tracker.net/ios/air360-sdk-0.2.7.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 |
| } |