blob: 1ca4050bc5e06e90ac2f8ec88b19cd93b662e3c1 [file] [log] [blame]
{
"name": "SegueManager",
"version": "1.1.0",
"license": "MIT",
"summary": "Easy Storyboard segues 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.1.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"subspecs": [
{
"name": "iOS",
"source_files": "src/ios/SegueManager.swift",
"platforms": {
"ios": "8.0"
}
},
{
"name": "OSX",
"source_files": "src/osx/SegueManager.swift",
"platforms": {
"osx": "10.10"
}
}
]
}