blob: 1abec886a293e56a531532be3e68c725113c4dc7 [file] [log] [blame]
{
"name": "MyFirstCocoa",
"platforms": {
"ios": "12.0"
},
"summary": "Print Hello World",
"requires_arc": true,
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thong Hao Yi": "thonghaoyi@gmail.com"
},
"homepage": "https://github.com/abaothong/MyFirstCocoa",
"source": {
"git": "https://github.com/abaothong/MyFirstCocoa.git",
"tag": "0.1.1"
},
"frameworks": "UIKit",
"source_files": "MyFirstCocoa/**/*.{swift}",
"resources": "MyFirstCocoa/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"swift_version": "4.2"
}