blob: 56c79e39e1aeba261b6a1504fcbcf31fae7aeb44 [file] [log] [blame]
{
"name": "TransitionRouter",
"version": "0.1",
"summary": "Framework for custom transition in iOS",
"homepage": "https://github.com/artemnovichkov/TransitionRouter",
"license": "MIT",
"authors": {
"Artem Novichkov": "novichkoff93@gmail.com"
},
"source": {
"git": "https://github.com/artemnovichkov/TransitionRouter.git",
"tag": "0.1"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"pushed_with_swift_version": "3.0"
}