blob: 683e1eb34b8657956365f8e9d3b37e818597c550 [file] [log] [blame]
{
"name": "YASlidingViewController",
"version": "1.1.0",
"summary": "A sliding UIViewController for iOS.",
"homepage": "https://github.com/ThomasConner/YASlidingViewController",
"screenshots": "http://dribbble.s3.amazonaws.com/users/14827/screenshots/1193991/8.png",
"authors": {
"Thomas Conner": "thomas.conner@me.com"
},
"source": {
"git": "https://github.com/ThomasConner/YASlidingViewController.git",
"tag": "1.1.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "YASlidingViewController/**/*.{h,m}",
"ios": {
"frameworks": [
"CoreGraphics",
"QuartzCore"
]
}
}