blob: d26eff700ee2a8771cdedf563be248758b5e614a [file] [log] [blame]
{
"name": "SurveyNative",
"version": "0.2.3",
"summary": "SurveyNative is a library for creating surveys.",
"description": "Supports many question types and the ability to skip questions. The question data is provided as JSON.",
"homepage": "https://github.com/recoveryrecord/SurveyNative",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nmullaney": "nora.mullaney@gmail.com"
},
"source": {
"git": "https://github.com/recoveryrecord/SurveyNative.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "SurveyNative/Classes/**/*",
"resource_bundles": {
"SurveyNative": [
"SurveyNative/Assets/*.png",
"SurveyNative/**/*.xib"
]
}
}