[Add] Backpack-Common 73.12.0
[CocoaPods.git] / Specs / 3 / 1 / 4 / LLRoundSwitch / 1.0.1 / LLRoundSwitch.podspec.json
blob096cb3cf87b367431798eed8b2c8e257f975b4b2
2   "name": "LLRoundSwitch",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "Customizable replacement for UISwitch with ARC support.",
6   "homepage": "http://github.com/LordLobo/LLRoundSwitch",
7   "authors": {
8     "LordLobo": "dan.giralte@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/LordLobo/LLRoundSwitch.git",
12     "tag": "1.0.1"
13   },
14   "description": "Customize the on/off text, the color of the background, supports event delegation, all with ARC in-mind.",
15   "platforms": {
16     "ios": null
17   },
18   "source_files": "LLRoundSwitch/*.{h,m}",
19   "frameworks": [
20     "QuartzCore",
21     "UIKit",
22     "Foundation",
23     "CoreGraphics"
24   ],
25   "requires_arc": true