blob: f1e9396c78872cc0b1e0e62d2be7c3e5791f3db3 [file] [log] [blame]
{
"name": "SurveyonPartners",
"version": "0.0.5",
"summary": "SOP iOS SDK",
"description": "This library allows you to integrate surveyonPartners into your iOS app",
"homepage": "https://github.com/researchpanelasia/sop-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kotaro Arimura": "kotaro.arimura@d8aspring.com",
"Choi Jiseon": "choi.jiseon@d8aspring.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/researchpanelasia/sop-ios-sdk.git",
"tag": "v0.0.5"
},
"source_files": [
"SurveyonPartners/*.{swift,h,m,modulemap}",
"SurveyonPartners/Models/*.swift"
],
"resource_bundles": {
"SurveyonPartners": [
"SurveyonPartners/*.xib",
"SurveyonPartners/models/*.xib",
"SurveyonPartners/image/*.*"
]
},
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/SurveyonPartners/SurveyonPartners"
},
"pushed_with_swift_version": "3.0"
}