[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / a / 6 / SevenSwitch / 1.4.0 / SevenSwitch.podspec.json
blob0218a236b8000977a40f90a4f90dd99ae9830915
2   "name": "SevenSwitch",
3   "version": "1.4.0",
4   "summary": "iOS7 style drop in replacement for UISwitch.",
5   "homepage": "https://github.com/bvogelzang/SevenSwitch",
6   "screenshots": [
7     "https://raw.github.com/bvogelzang/SevenSwitch/master/ExampleImages/example.gif",
8     "https://raw.github.com/bvogelzang/SevenSwitch/master/ExampleImages/example.png"
9   ],
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Ben Vogelzang": "bvogelzang@breuer.com"
16   },
17   "source": {
18     "git": "https://github.com/bvogelzang/SevenSwitch.git",
19     "tag": "1.4.0"
20   },
21   "platforms": {
22     "ios": "5.0"
23   },
24   "source_files": "SevenSwitch.{h,m}",
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "UIKit",
28     "QuartzCore"
29   ],
30   "requires_arc": true