[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / c / viper-base / 2.1.0 / viper-base.podspec.json
blob6890da07ae93cbb7096b7de3c6dcf7bc0a43a43b
2   "name": "viper-base",
3   "module_name": "VIPERBase",
4   "version": "2.1.0",
5   "summary": "Implementation of VIPER architecture for using in iOS platform",
6   "homepage": "https://github.com/rafaelrsilva/viper-base-ios.git",
7   "license": "MIT",
8   "authors": {
9     "Rafael Ribeiro da Silva": "eu@rafaelrsilva.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/rafaelrsilva/viper-base-ios.git",
17     "tag": "2.1.0"
18   },
19   "source_files": "VIPERBase/**/*.{h,m,swift}",
20   "testspecs": [
21     {
22       "name": "VIPERBaseTests",
23       "test_type": "unit",
24       "source_files": "VIPERBaseTests/**/*.{h,m,swift}"
25     }
26   ]