blob: c8ac2d1fdb8ddb15939db75b6be5dcadcf2ef6dc [file] [log] [blame]
{
"name": "AIMQuestionnaire",
"version": "1.0.0",
"summary": "AIMQuestionnaire support the generate of question and answer. support theme. require AIMJSONModelNetworking-iOS for JSON and Model parse",
"description": "AIMQuestionnaire support the generate of question and answer. support theme. require AIMJSONModelNetworking-iOS for JSON and Model parse. the result will be delegate back and you can freely manage it.",
"homepage": "https://github.com/Ponlavit/AIMQuestionnaire",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ponlavit Larpeampaisarl": "ponlavit@do.in.th"
},
"source": {
"git": "https://github.com/Ponlavit/AIMQuestionnaire.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/code_rabbit",
"platforms": {
"ios": "9.0"
},
"module_name": "AIMQuestionnaire",
"source_files": "AIMQuestionnaire/Classes/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AIMJSONModelNetworking-iOS": [
],
"MBProgressHUD": [
]
}
}