blob: 6ed96933cda824ec9506abd305c8379b9f74f864 [file] [log] [blame]
{
"name": "Mmtest",
"version": "0.0.1",
"summary": "first submit a spec",
"description": "第一次使用cocoapods支持源文件",
"homepage": "https://github.com/grammermao/mmtest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuchen": "grammerxxss@163.com"
},
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/grammermao/mmtest.git",
"tag": "0.0.1"
},
"source_files": [
"MMImage",
"MMImage/**/*.{h,m}"
],
"requires_arc": true
}