| { |
| "name": "mParticle-Apple-Inspector", |
| "version": "0.0.1", |
| "summary": "mParticle Apple inspector add-on for the mParticle Apple SDK.", |
| "description": "This SDK extends upon the mParticle SDK to allow users to inspect and debug mParticle activity live and on device.", |
| "homepage": "https://www.mparticle.com", |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "mParticle": "support@mparticle.com" |
| }, |
| "source": { |
| "git": "https://github.com/mParticle/mparticle-apple-inspector.git", |
| "tag": "0.0.1" |
| }, |
| "documentation_url": "https://docs.mparticle.com/developers/sdk/ios/", |
| "social_media_url": "https://twitter.com/mparticle", |
| "requires_arc": true, |
| "module_name": "mParticle_Apple_Inspector", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "5.0", |
| "preserve_paths": [ |
| "MPInspector", |
| "MPInspector/**", |
| "MPInspector/**/*" |
| ], |
| "dependencies": { |
| "mParticle-Apple-SDK/mParticle": [ |
| |
| ] |
| }, |
| "source_files": "MPInspector/**/*.{swift,xcassets}", |
| "resources": "MPInspector/*.xcassets", |
| "swift_version": "5.0" |
| } |