[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 1 / c / viper-base / 2.1.1 / viper-base.podspec.json
blob091f92fd651d6fe1f6a867b009cc2ac2925f13b6
2   "name": "viper-base",
3   "module_name": "VIPERBase",
4   "version": "2.1.1",
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": "8.0"
13   },
14   "swift_version": "5.0",
15   "source": {
16     "git": "https://github.com/rafaelrsilva/viper-base-ios.git",
17     "tag": "2.1.1"
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   ]