| { |
| "name": "Apxor-Core", |
| "version": "2.5.8", |
| "summary": "This plugin tracks the events that are logged in the app.", |
| "homepage": "https://www.apxor.com", |
| "documentation_url": "https://docs.apxor.com/docs/SDK/ios-guide", |
| "license": { |
| "type": "COMMERCIAL", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Uday Koushik": "udaykoushik.mula@apxor.com" |
| }, |
| "social_media_url": "https://twitter.com/apxormobile", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "http": "https://repo.apxor.com/artifactory/libs-release-ios/core/258/ApxoriOSSDK-Core-258.zip" |
| }, |
| "source_files": "ApxorSDK.framework/Headers/*.h*", |
| "public_header_files": "ApxorSDK.framework/Headers/*.h*", |
| "vendored_frameworks": "ApxorSDK.framework", |
| "preserve_paths": "ApxorSDK.framework", |
| "libraries": "sqlite3", |
| "requires_arc": true, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-ObjC" |
| } |
| } |