blob: 5f03ff69efce029cbf3b3c4ec023f6b729a2eed7 [file] [log] [blame]
{
"name": "KWTransition",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Experimental Implementations of UIViewControllerAnimatedTransitioning",
"homepage": "https://github.com/KurtWagner/KWTransition",
"authors": {
"Kurt Wagner": "krw521@uowmail.edu.au"
},
"source": {
"git": "https://github.com/KurtWagner/KWTransition.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"KWTransition.h",
"KWTransition.m"
],
"requires_arc": true
}