blob: c7af5c54f592c84ea871993694e74e93e3c1fde7 [file] [log] [blame]
{
"name": "PizzaHutGlobal",
"platforms": {
"ios": "10.0"
},
"summary": "PizzaHutGlobal lets a user select an ice cream flavor.",
"requires_arc": true,
"version": "1.1.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Son Bui": "sonbt91@gmail.com"
},
"homepage": "https://github.com/sonbt91/TSRWPickFlavor",
"source": {
"git": "https://github.com/sonbt91/TSRWPickFlavor.git",
"tag": "1.1.4"
},
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
],
"CocoaLumberjack/Swift": [
],
"Kingfisher": [
],
"KeychainAccess": [
],
"IQKeyboardManagerSwift": [
],
"Localize-Swift": [
],
"DZNEmptyDataSet": [
],
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"Moya/RxSwift": [
"~> 11.0"
],
"SwiftyJSON": [
]
},
"source_files": "PizzaHutGlobal/**/*.{swift}",
"resources": "PizzaHutGlobal/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"swift_version": "4.2",
"subspecs": [
{
"name": "CodeBase",
"source_files": "PizzaHutGlobal/CodeBase/**/*.{swift}",
"resources": "PizzaHutGlobal/CodeBase/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
}
]
}