blob: f763c49eef43593b700762e90a5d331d619b2937 [file] [log] [blame]
{
"name": "XDPodDemo",
"version": "0.0.1",
"summary": "一个建立pod仓库的简单demo.",
"description": " 这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。\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": "https://github.com/hytzxdCode/XDPodsDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张旭东": "xudongzhang999@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hytzxdCode/XDPodsDemo.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"XDPodsDemo/XDPodsDemo/Classes/**/*.{h,m}"
],
"requires_arc": true
}