[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 7 / 6 / a / ViewCoordinator / 0.1.0 / ViewCoordinator.podspec.json
blobdd088d1a775240b94053e64fccf342a1fad9dfe0
2   "name": "ViewCoordinator",
3   "version": "0.1.0",
4   "summary": "Elegant way to manipulate your UIViews presentation and dismissal from any given Controller.",
5   "description": "Instead of hiding views that you'd need to present at a certain time, you would just need to drop all your views into a container, then use the ViewCoordinator mechanism to bring them back into screen.",
6   "homepage": "https://github.com/lamourBt/ViewCoordinator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lamourBt": "lamour2016@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/lamourBt/ViewCoordinator.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "frameworks": "UIKit",
25   "source_files": "ViewCoordinator/Classes/**/*",
26   "pushed_with_swift_version": "4.0"