blob: 3a5595a4b233a1e56b37d3d29a115e1dc3250eab [file] [log] [blame]
{
"name": "SmyteSDK-Test",
"version": "0.4.0",
"summary": "Easily Integrate with the Smyte API",
"description": "This framework allows integrating Smyte into iOS projects",
"platforms": {
"ios": "9.0"
},
"homepage": "http://www.smyte.com",
"license": "Commercial",
"authors": {
"Pete Hunt": "pete@smyte.com"
},
"social_media_url": "https://twitter.com/HelloSmyte",
"source": {
"git": "https://github.com/smyte/Smyte-iOS-SDK.git"
},
"source_files": [
"Classes",
"SmyteSDK.framework/**/*.*"
],
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"vendored_frameworks": "SmyteSDK.framework",
"frameworks": "SmyteSDK"
}