blob: 349aeda0c96fdc0c3d0ea8f3cf96c8def2581a3b [file] [log] [blame]
{
"name": "SmyteSDK-Test",
"version": "0.2.0",
"summary": "An SDK for integrating Smyte.com API into your iOS Project.",
"description": "This is the test framework for SmyteSDK.",
"homepage": "http://www.smyte.com",
"license": "Commercial",
"authors": {
"Kalyan Vishnubhatla": "kalvish@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "http://github.com/Smyte/Smyte-iOS-SDK.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"SmyteSDK.framework/**/*.*"
],
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
}
}