blob: 20e7c8f9877da817ec2ea2cdd77f03d3704b0d51 [file] [log] [blame]
{
"name": "Leanplum-iOS-UIEditor-static",
"version": "2.0.5",
"summary": "Supplementary Leanplum pod to provide UI Editor support.",
"description": "The UI Editor allows you to modify the appearance of any static screen within your app on the fly, without having to re-submit your app to the App Store.",
"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": "7.0"
},
"requires_arc": true,
"source": {
"http": "https://github.com/Leanplum/Leanplum-iOS-UIEditor-static/releases/download/2.0.5/LeanplumUIEditor.framework.zip"
},
"frameworks": "UIKit",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"preserve_paths": "LeanplumUIEditor.framework",
"documentation_url": "https://www.leanplum.com/docs#/docs",
"source_files": "LeanplumUIEditor.framework/Headers/*.h",
"public_header_files": "LeanplumUIEditor.framework/Headers/*.h",
"vendored_frameworks": "LeanplumUIEditor.framework",
"dependencies": {
"Leanplum-iOS-SDK-static": [
"~> 2.0.5"
]
}
}