blob: 7504f13ea50ee691991446b09d5fbc6f915db46d [file] [log] [blame]
{
"name": "TFSliderView",
"version": "0.1.0",
"summary": "An easy to use stylish toggle switch for iOS 8+.",
"homepage": "https://github.com/tarikfayad/TFSliderView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tarik Fayad": "tarikfayad@gmail.com"
},
"social_media_url": "http://twitter.com/tarikfayad",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tarikfayad/TFSliderView.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
]
}
}