[Add] FaceCoreBasicNightly 6.4.1142
[CocoaPods.git] / Specs / 7 / 9 / 6 / WillowTreeSegueHandler / 0.0.1 / WillowTreeSegueHandler.podspec.json
blobf7ce53cb4743cb8b93250e28bf35f5779481e41b
2   "name": "WillowTreeSegueHandler",
3   "version": "0.0.1",
4   "summary": "Better segue handling in Swift",
5   "description": "Use protocol extensions with enumerated values to make\nyour segue handling nicer and more type safe for dependency\ninjection.",
6   "homepage": "https://github.com/willowtreeapps/segue_handler",
7   "license": "MIT",
8   "authors": {
9     "Ian Terrell": "ian.terrell@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/willowtreeapps/segue_handler.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.3",
17     "tvos": "9.1"
18   },
19   "source_files": [
20     "SegueHandler/**/*.swift",
21     "SegueHandler/**/*.h",
22     "SegueHandler/**/*.m"
23   ],
24   "public_header_files": "SegueHandler/**/*.h"