[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 6 / 7 / Flowter / 0.4.0 / Flowter.podspec.json
blobd0fdb88c98f310a3970e65328d3ccb2311b760ae
2   "name": "Flowter",
3   "version": "0.4.0",
4   "summary": "A lightweight and customizable UIViewController flow cordinator",
5   "description": "A lightweight, swifty and customizable UIViewController flow cordinators",
6   "homepage": "https://www.zazcar.com.br",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Paulo Cesar Saito": "paulocsaito@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/Zazcar/Flowter.git",
20     "tag": "v0.4.0"
21   },
22   "source_files": "Flowter/Source/*.swift",
23   "exclude_files": "FlowterDemo",
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "dependencies": {
29         "KIF": [
31         ]
32       },
33       "requires_app_host": true,
34       "source_files": "FlowterTests/*.{h,m,swift}",
35       "exclude_files": "FlowterTests/FlowterDemo*.swift"
36     }
37   ]