blob: ebeac8d45b4bd43690e312dd29cab94e7484d78a [file] [log] [blame]
{
"name": "Test_Cocoapods",
"version": "1.0.0",
"summary": "制作 Cocoapods 练习",
"description": "制作 Cocoapods 练习ssss",
"homepage": "https://github.com/xiaoMing0109/Test_Cocoapods",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaoMing0109": "97461909@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xiaoMing0109/Test_Cocoapods.git",
"tag": "1.0.0"
},
"source_files": "Test_Cocoapods/Classes/**/*.{h,m}",
"requires_arc": true
}