blob: b5813f4c58b1bdf573c0aaa66402bc8a40a48b7b [file] [log] [blame]
{
"name": "JCMVVMSwift",
"version": "1.1.0",
"license": "MIT",
"summary": "Use to create base MVVM project",
"homepage": "https://github.com/CharlieYang2018/JCMVVMSwift",
"authors": {
"Charlie Yang": "charlie.yang@quest.com"
},
"source": {
"git": "https://github.com/CharlieYang2018/JCMVVMSwift.git",
"tag": "1.1.0"
},
"requires_arc": true,
"source_files": "Library/**/*.swift",
"frameworks": "UIKit",
"platforms": {
"ios": "9.0"
}
}