blob: 8b6f62e930a77793432da9da4198fb422b67e2d0 [file] [log] [blame]
{
"name": "GL_pod",
"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!",
"homepage": "https://github.com/GL-ZHU/GL_pod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"朱国良": "caimter@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GL-ZHU/GL_pod.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}