[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / a / 9 / SegueManager / 0.9.0 / SegueManager.podspec.json
blobc8a28567f6d2b8fd2518de16c02d7d5270d8ee61
2   "name": "SegueManager",
3   "version": "0.9.0",
4   "license": "MIT",
5   "summary": "Easy Storyboards 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": "0.9.0"
14   },
15   "requires_arc": true,
16   "subspecs": [
17     {
18       "name": "iOS",
19       "source_files": "ios/SegueManager.swift",
20       "platforms": {
21         "ios": "8.0"
22       }
23     },
24     {
25       "name": "OSX",
26       "source_files": "osx/SegueManager.swift",
27       "platforms": {
28         "osx": "10.10"
29       }
30     }
31   ]