blob: a602fbbaeacca5c582c9f2500ed947ff84dbf508 [file] [log] [blame]
{
"name": "libHello",
"version": "0.1.0",
"summary": "my first cocoapods lib",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ahuluwa/libHello.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ahuluwa": "tangzhentaoxl@sina.cn"
},
"source": {
"git": "https://github.com/ahuluwa/libHello.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "libHello/Classes/**/*"
}