[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / 5 / ViperArch / 1.0.0 / ViperArch.podspec.json
blob6842d2cf7e777726097c4c15c34d676e92e34e1e
2   "name": "ViperArch",
3   "version": "1.0.0",
4   "summary": "Foundation library for Viper Architecture by ideil. Ported to Swift from ViperMcFlurry by Rambler",
5   "homepage": "https://www.ideil.com/",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Eduard Pelesh": "e.pelesh@ideil.com",
12     "Natali Polovnikova": "n.polovnikova@ideil.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "tvos": "10.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/ideil/ios-viper-arch.git",
21     "tag": "1.0.0"
22   },
23   "source_files": [
24     "Source/*.swift",
25     "ViperArch/*.{h,m}",
26     "ViperArchTV/*.{h,m}"
27   ],
28   "module_name": "ViperArch",
29   "ios": {
30     "exclude_files": "ViperArchTV/**/*.{h,m,swift}"
31   },
32   "tvos": {
33     "exclude_files": "ViperArch/**/*.{h,m,swift}"
34   },
35   "pushed_with_swift_version": "4.0"