blob: 08ed075e81354009b1c01546353ef99bc25ccda4 [file] [log] [blame]
{
"name": "SegueManager",
"version": "1.2.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": "1.2.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"subspecs": [
{
"name": "iOS",
"platforms": {
"ios": "8.0"
},
"source_files": "src/ios/SegueManager.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"
}
]
}