blob: 5d008b1942620a6e7b63dcbb4ccb6b622f3e8ee8 [file] [log] [blame]
{
"name": "TFSliderView",
"version": "0.1.1",
"summary": "An easy to use stylish toggle switch for iOS 8+.",
"homepage": "https://github.com/tarikfayad/TFSliderView",
"description": "TFSliderView is an easy to use stylish toggle switch for iOS 8+ built on the POP animation framework. I put it together for use in an inhouse project and thought I'd share in case anyone else needed something similar.",
"screenshots": "http://i.imgur.com/o0qSWTr.gif",
"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.1"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
]
}
}