blob: bf47d70f8003c80df089c7634f7d5af8f9d40440 [file] [log] [blame]
{
"name": "MyPodsDemo",
"version": "1.0.0",
"summary": "建立CocoaPods库的Demo.",
"description": "pod的demo,仅供参考!DESC不能比Summary短,记清楚!",
"homepage": "https://github.com/hucong730/MyPodsDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"胡聪": "wddyzzw@icloud.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/hucong730/MyPodsDemo.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"MyPodsDemo/MyPodsDemo/Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}