blob: 03626e2ec7f1fb1316abde8cf58fdff1e93b4547 [file] [log] [blame]
{
"name": "SwipeBack",
"version": "0.1.0",
"summary": "SwipeBack",
"homepage": "http://github.com/devxoul/SwipeBack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/SwipeBack.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "SwipeBack/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}