[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / a / 9 / SegueManager / 3.1.0 / SegueManager.podspec.json
blob929010e6179dbd834634c749b2a03b1ad3004d3d
2   "name": "SegueManager",
3   "version": "3.1.0",
4   "license": "MIT",
5   "summary": "Perform storyboard segues with closures, 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": "3.1.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.10",
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "iOS",
25       "platforms": {
26         "ios": "8.0",
27         "tvos": "9.0"
28       },
29       "source_files": [
30         "src/ios/SegueManager.swift",
31         "src/ios/ViewControllers.swift"
32       ]
33     },
34     {
35       "name": "R.swift",
36       "platforms": {
37         "ios": "8.0"
38       },
39       "source_files": "src/ios/SegueManager+Rswift.swift",
40       "dependencies": {
41         "SegueManager/iOS": [
43         ],
44         "R.swift.Library": [
46         ]
47       }
48     },
49     {
50       "name": "OSX",
51       "platforms": {
52         "osx": "10.10"
53       },
54       "source_files": "src/osx/SegueManager.swift"
55     }
56   ]