blob: 769f4e72bf9ba8a95f7f151c82a1a0390d84f218 [file] [log] [blame]
{
"name": "SurveyonPartners",
"version": "0.0.8",
"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": {
"xuehuaqi": "huaqi.xue@d8aspring.com",
"Tadahiro Wada": "tadahiro.wada@mkt-apps.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/researchpanelasia/sop-ios-sdk.git",
"tag": "v0.0.8"
},
"source_files": [
"SurveyonPartners/*.{swift,h,m,modulemap}",
"SurveyonPartners/Models/*.swift"
],
"resource_bundles": {
"SurveyonPartners": [
"SurveyonPartners/*.xib",
"SurveyonPartners/models/*.xib",
"SurveyonPartners/image/*.*",
"SurveyonPartners/*.lproj"
]
},
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/SurveyonPartners/SurveyonPartners"
},
"pushed_with_swift_version": "3.0"
}