blob: 7e52e575bec3ea9add5cd979d384f02b25b60292 [file] [log] [blame]
{
"name": "LeanplumSegment",
"version": "1.0.0",
"summary": "Leanplum SDK Integration for the Segment iOS SDK.",
"description": "Mobile A/B testing, personalization & analytics in one powerful platform.",
"homepage": "https://www.leanplum.com",
"license": {
"type": "Commercial",
"text": "See https://www.leanplum.com/tos"
},
"authors": {
"Leanplum": "support@leanplum.com"
},
"social_media_url": "https://twitter.com/leanplum",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Leanplum/Leanplum-Segment-iOS.git",
"tag": "1.0.0"
},
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LeanplumSegment": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Analytics": [
"~> 3.0.0"
],
"Leanplum-iOS-SDK": [
"~> 1.3.9"
]
}
}