blob: 7d767b02135cbcb2aa3eee46a3c5c1566265beef [file] [log] [blame]
{
"name": "Saturnup",
"version": "0.1.5",
"summary": "The Saturnup SDK for mobile monetization on iOS",
"description": "Saturnup is a mobile monetization platform focused on developer happiness.",
"homepage": "http://www.saturnup.com/",
"license": {
"type": "Commercial",
"text": "Please view the terms and conditions on saturnup.com"
},
"authors": {
"John DeSilva": "john@saturnup.com",
"Ittai Svidler": "ittai@saturnup.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "http://downloads.saturnup.com/ios/com.saturnup.sdk.ios/SUSDK.framework.zip"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "SUSDK.framework",
"frameworks": [
"UIKit",
"AVFoundation",
"WebKit",
"Foundation"
]
},
"public_header_files": "SUSDK.framework/Headers/*.h",
"source_files": "SUSDK.framework/Headers/*.h",
"libraries": "SUSDK",
"dependencies": {
"HanekeSwift": [
]
},
"resources": "SUSDK.framework/*{.nib,.storyboard}",
"preserve_paths": "*"
}