[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / f / a / PizzaHutGlobal / 1.1.10 / PizzaHutGlobal.podspec.json
blobd168920666e3eb2ef9e112e1219cd9d84a4c057c
2   "name": "PizzaHutGlobal",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "summary": "PizzaHutGlobal lets a user select an ice cream flavor.",
7   "requires_arc": true,
8   "version": "1.1.10",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Son Bui": "sonbt91@gmail.com"
15   },
16   "homepage": "https://github.com/sonbt91/TSRWPickFlavor",
17   "source": {
18     "git": "https://github.com/sonbt91/TSRWPickFlavor.git",
19     "tag": "1.1.10"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "SnapKit": [
25     ],
26     "CocoaLumberjack/Swift": [
28     ],
29     "Kingfisher": [
31     ],
32     "KeychainAccess": [
34     ],
35     "IQKeyboardManagerSwift": [
37     ],
38     "Localize-Swift": [
40     ],
41     "DZNEmptyDataSet": [
43     ],
44     "RxSwift": [
45       "~> 4.0"
46     ],
47     "RxCocoa": [
48       "~> 4.0"
49     ],
50     "Moya/RxSwift": [
51       "~> 11.0"
52     ],
53     "SwiftyJSON": [
55     ]
56   },
57   "source_files": "PizzaHutGlobal/**/*.{swift}",
58   "resources": "PizzaHutGlobal/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
59   "swift_version": "4.2",
60   "subspecs": [
61     {
62       "name": "Core",
63       "source_files": "PizzaHutGlobal/Modules/Core/**/*.{swift}",
64       "resources": "PizzaHutGlobal/Modules/Core/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
65     },
66     {
67       "name": "Authen",
68       "source_files": [
69         "PizzaHutGlobal/Modules/Authen/**/*.{swift}",
70         "PizzaHutGlobal/Modules/Core/**/*.{swift}"
71       ],
72       "resources": [
73         "PizzaHutGlobal/Modules/Authen/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
74         "PizzaHutGlobal/Modules/Core/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
75       ]
76     }
77   ]