blob: 840a5bc90faf15dc8163656f6ae553e4fe933a91 [file] [log] [blame]
{
"name": "MINavigationController",
"version": "0.1.0",
"summary": "An UINaviagtionController subclass to easily implement *push* and *pop* actions with neat animation.",
"homepage": "https://github.com/Veelian/MINavigationController",
"license": "MIT",
"authors": {
"WangLin": "wanglin4ios@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Veelian/MINavigationController.git",
"tag": "0.1.0"
},
"source_files": "MINavigationController/*.{h,m}",
"exclude_files": "example",
"requires_arc": true,
"frameworks": "QuartzCore"
}