blob: 75bd62a56e0a78ba3415dfdde1b7c9d2638bdc3a [file] [log] [blame]
{
"name": "MainProject",
"version": "0.0.1",
"summary": "主工程的描述",
"homepage": "https://github.com/ModulizedProject/MainProject",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"ModulizedProject": "email@address.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ModulizedProject/MainProject.git",
"tag": "0.0.1"
},
"source_files": "MainProject/**/*.{h,m}",
"dependencies": {
"HandyFrame": [
]
}
}