blob: a91713fb8a262ef8d9aff7bc5adb247c53cb7f46 [file] [log] [blame]
{
"name": "MGJComponentDemo01",
"version": "1.0.0",
"summary": "CocoaPods创建组件Demo",
"description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。",
"homepage": "http://gitlab.mogujie.org/site1/MGJComponentDemo01",
"license": "MIT",
"authors": {
"Site": "site@mogu.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://gitlab.mogujie.org/site1/MGJComponentDemo01.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"MGJComponentDemo01/MGJComponentDemo01/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}