[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / b / a / 9 / SegueManager / 1.2.0 / SegueManager.podspec.json
blob08ed075e81354009b1c01546353ef99bc25ccda4
2   "name": "SegueManager",
3   "version": "1.2.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": "1.2.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.10",
18     "ios": "8.0"
19   },
20   "subspecs": [
21     {
22       "name": "iOS",
23       "platforms": {
24         "ios": "8.0"
25       },
26       "source_files": "src/ios/SegueManager.swift"
27     },
28     {
29       "name": "R.swift",
30       "platforms": {
31         "ios": "8.0"
32       },
33       "source_files": "src/ios/SegueManager+Rswift.swift",
34       "dependencies": {
35         "SegueManager/iOS": [
37         ],
38         "R.swift.Library": [
40         ]
41       }
42     },
43     {
44       "name": "OSX",
45       "platforms": {
46         "osx": "10.10"
47       },
48       "source_files": "src/osx/SegueManager.swift"
49     }
50   ]