blob: 3d083da8e92674cbfa50fa0d8b0cab19fe896f60 [file] [log] [blame]
{
"name": "TipPod",
"version": "0.1.0",
"summary": "TipCalculator.",
"description": "This is used to test CocoaPod on single view application TipCalculator",
"homepage": "https://gh.internal.shutterfly.com/kyang/TipPod.git",
"license": "MIT",
"authors": {
"carey": "kyang@shutterfly.com"
},
"source": {
"git": "https://gh.internal.shutterfly.com/kyang/TipPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TipPod": [
"Pod/Assets/*.png"
]
}
}