blob: 997996ea14d8c027a801aa4c9deebf5249d60075 [file] [log] [blame]
{
"name": "hello-world-framework",
"version": "0.1.1",
"summary": "This is a pod for demo purposes",
"description": "This pod was made to test pushing to trunk from screwdriver",
"homepage": "https://www.oath.com",
"license": {
"type": "Commercial",
"file": "LICENSE.txt"
},
"authors": {
"amograbi15": "amir.mograbi@oath.com"
},
"source": {
"http": "https://yahoo.bintray.com/maven/hello_world_framework.zip"
},
"platforms": {
"ios": "8.0"
},
"source_files": "hello_world_framework.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "hello_world_framework.framework"
}
}