blob: 0f6310cf67a135a0b7260ba27cf0e78c15ff130b [file] [log] [blame]
{
"name": "HelloCocoaPod",
"version": "1.0.1",
"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"
},
"resources": "Data/**/*"
}