blob: 44240e57614407239c24fab6db3ce572b4998e5b [file] [log] [blame]
{
"name": "myPrivateProject1",
"version": "0.0.2",
"summary": "It is a test for making a private cocoaPods, so I can be faimiliar with the process of cocoaPods",
"description": "It is a test for making a private cocoaPods, so I can be faimiliar with the process of cocoaPods,The function of the project is print the project name+version",
"homepage": "https://github.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZejianCai": "mrcaiios@163.com"
},
"source": {
"git": "http://192.168.30.20:3020/zjcai/myPrivateProject1.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*"
}