blob: 8d27d358c44c995bb90129a189ede3b2406673ed [file] [log] [blame]
{
"name": "cocoapods制作",
"version": "1.0.0",
"summary": "一个建立pod仓库的简单demo.",
"description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。",
"homepage": "https://github.com/xiechuhao/cocoapods-",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiechuhao": "1025745401@qq.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/xiechuhao/cocoapods-.git",
"tag": "1.0.0"
},
"source_files": [
"Class",
"cocoapods制作/cocoapods制作/Class/**/*.{h,m}"
],
"requires_arc": true
}