blob: 06945d4485c9294506c0634769047936ff5fbda9 [file] [log] [blame]
{
"name": "testCocoaPods",
"version": "1.0.0",
"summary": "SurveyPlugin",
"homepage": "https://github.com/andretbm/testCocoaPods.git",
"description": "Ignidata SurveyPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"andretbm": "andremuchagata@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/andretbm/testCocoaPods.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"public_header_files": "IGMainViewController.h",
"ios": {
"vendored_libraries": "libSurveyPlugin.a"
},
"requires_arc": true
}