[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / b / a / 9 / SegueManager / 1.1.0 / SegueManager.podspec.json
blob1ca4050bc5e06e90ac2f8ec88b19cd93b662e3c1
2   "name": "SegueManager",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "Easy Storyboard segues in Swift",
6   "authors": {
7     "Tom Lokhorst": "tom@lokhorst.eu"
8   },
9   "social_media_url": "https://twitter.com/tomlokhorst",
10   "homepage": "https://github.com/tomlokhorst/SegueManager",
11   "source": {
12     "git": "https://github.com/tomlokhorst/SegueManager.git",
13     "tag": "1.1.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.10",
18     "ios": "8.0"
19   },
20   "subspecs": [
21     {
22       "name": "iOS",
23       "source_files": "src/ios/SegueManager.swift",
24       "platforms": {
25         "ios": "8.0"
26       }
27     },
28     {
29       "name": "OSX",
30       "source_files": "src/osx/SegueManager.swift",
31       "platforms": {
32         "osx": "10.10"
33       }
34     }
35   ]