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