blob: 629c95ca35e2386fc6e5d7bd5b8de5fbaaf28536 [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.9",
"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.9"
},
"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": "Core",
"source_files": "PizzaHutGlobal/Modules/Core/**/*.{swift}",
"resources": "PizzaHutGlobal/Modules/Core/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
},
{
"name": "Authen",
"source_files": [
"PizzaHutGlobal/Modules/Authen/**/*.{swift}",
"PizzaHutGlobal/Modules/Core/**/*.{swift}"
],
"resources": [
"PizzaHutGlobal/Modules/Authen/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"PizzaHutGlobal/Modules/Core/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
]
}
]
}