[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 3 / ViperBase / 0.1.1 / ViperBase.podspec.json
blob70f1b019542370a67d7e30150960022963ab56c4
2   "name": "ViperBase",
3   "version": "0.1.1",
4   "summary": "Base VIPER classes, samples and templates on Swift",
5   "description": "ViperBase will show you how to use VIPER architecture in practice and will simplify your work using good code samples and useful XCode templates",
6   "homepage": "https://github.com/zSOLz/viper-base",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Solovey": "sol.bsuir@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/zSOLz/viper-base.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ViperBase/ViperBase/**/*.swift",
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"