blob: 471e0ee57710403a75df4f41c060d85b63e5fa89 [file] [log] [blame]
{
"name": "SegueManager",
"version": "2.1.0",
"license": "MIT",
"summary": "Perform storyboard segues with closures, in Swift",
"authors": {
"Tom Lokhorst": "tom@lokhorst.eu"
},
"social_media_url": "https://twitter.com/tomlokhorst",
"homepage": "https://github.com/tomlokhorst/SegueManager",
"source": {
"git": "https://github.com/tomlokhorst/SegueManager.git",
"tag": "2.1.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"subspecs": [
{
"name": "iOS",
"platforms": {
"ios": "8.0"
},
"source_files": [
"src/ios/SegueManager.swift",
"src/ios/ViewControllers.swift"
]
},
{
"name": "R.swift",
"platforms": {
"ios": "8.0"
},
"source_files": "src/ios/SegueManager+Rswift.swift",
"dependencies": {
"SegueManager/iOS": [
],
"R.swift.Library": [
]
}
},
{
"name": "OSX",
"platforms": {
"osx": "10.10"
},
"source_files": "src/osx/SegueManager.swift"
}
]
}