[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / f / 8 / TFSliderView / 0.1.1 / TFSliderView.podspec.json
blob5d008b1942620a6e7b63dcbb4ccb6b622f3e8ee8
2   "name": "TFSliderView",
3   "version": "0.1.1",
4   "summary": "An easy to use stylish toggle switch for iOS 8+.",
5   "homepage": "https://github.com/tarikfayad/TFSliderView",
6   "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.",
7   "screenshots": "http://i.imgur.com/o0qSWTr.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Tarik Fayad": "tarikfayad@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/tarikfayad",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/tarikfayad/TFSliderView.git",
21     "tag": "0.1.1"
22   },
23   "source_files": [
24     "Classes",
25     "Classes/*.{h,m}"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "pop": [
30       "~> 1.0"
31     ]
32   }