blob: c325add363ab6c52126c9f8d6664ee0c0934668e [file] [log] [blame]
{
"name": "RepositoryDemonstration",
"version": "0.0.2",
"summary": "a repository demo",
"description": "a repository demo",
"homepage": "https://github.com/xiaowu2016/RepositoryDemonstration",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangchao": "942777491@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xiaowu2016/RepositoryDemonstration.git",
"tag": "0.0.2"
},
"source_files": "RepositoryDemonstration/Other/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.0"
]
}
}