blob: 6f747d2d70c1f7da9d4159f2524f94283a591608 [file] [log] [blame]
{
"name": "PodsDemo",
"version": "0.0.1",
"summary": "this is hello cocopods .",
"description": " A longer description of PodsDemo in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://www.baidu.com",
"license": "MIT",
"authors": {
"lizhihui0215": "lizhihui0215@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lizhihui0215/CocoaPods.git",
"tag": "0.0.1"
},
"source_files": [
"HelloCocoPods",
"HelloCocoPods/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}