[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / b / AGFlowRouter / 0.3.2 / AGFlowRouter.podspec.json
blob2c6eaae90e2024320c473b6b58d9149689e91272
2   "name": "AGFlowRouter",
3   "version": "0.3.2",
4   "summary": "Library, that allows you to manage you screens without any pain =)",
5   "description": "Library, that allows you to manage you screens without any pain =)\nTry it using\npod 'AGFlowRouter'",
6   "homepage": "https://github.com/x401om/AGFlowRouter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aleksey Goncharov": "x401om@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/x401om/AGFlowRouter.git",
16     "tag": "0.3.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AGFlowRouter/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "PureLayout": [
25       "= 3.0.2"
26     ]
27   }