blob: cd3ab153e21f74e95404c4283aa8a4935674fd83 [file] [log] [blame]
{
"name": "PrintHello",
"version": "1.0.0",
"summary": "A Hello World Print description of PrintHello.",
"description": "Description for Hello World Print for testing cocoapod deployment",
"homepage": "https://www.giift.com/",
"license": "MIT",
"authors": {
"Chin Wee Koh": "chinweekoh@giift.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://chinweekoh_giift@bitbucket.org/chinweekoh_giift/printhello.git",
"tag": "1.0.0"
},
"source_files": "PrintHello/**/*.{h,m}"
}