blob: ded0d70c97cdb4163a52470ff3ecc938528a86fc [file] [log] [blame]
{
"name": "HelloCocoaPod",
"version": "1.0.0",
"summary": "Some pod spec",
"homepage": "https://github.com/ivcnamnguyen/hello-cocoapod",
"authors": {
"Name": "namnguyen@vn.isb.co.jp"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "10.0"
},
"source": {
"http": "https://github.com/ivcnamnguyen/hello-cocoapod/raw/master/HelloCocoaPod.zip"
},
"ios": {
"vendored_frameworks": "HelloCocoaPod.framework"
}
}