blob: d94c3be789ad61b952306698f2ac531c00811db3 [file] [log] [blame]
{
"name": "StatefulTransitioning",
"version": "0.1.0",
"summary": "iOS view controller state transitioning.",
"description": "This library aims to provide an easy way to transitioning view controllers between different content states.",
"homepage": "https://github.com/wassup-/StatefulTransitioning",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Knapen": "tom.knapen@appwise.be"
},
"source": {
"git": "https://github.com/wassup-/StatefulTransitioning.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/tom_knapen",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"StatefulTransitioning": [
"Resources/*.xcassets",
"Resources/*.xib"
]
},
"frameworks": "UIKit",
"swift_version": "4.0"
}