blob: f92dc90201a188698525921ea607f48e5885ce7a [file] [log] [blame]
{
"name": "MyFirstCocoa",
"platforms": {
"ios": "12.0"
},
"summary": "Print Hello World",
"requires_arc": true,
"version": "0.1.0",
"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.0"
},
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"MBProgressHUD": [
"~> 1.1.0"
]
},
"source_files": "MyFirstCocoa/**/*.{swift}",
"resources": "MyFirstCocoa/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"swift_version": "4.2"
}