[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 3 / 1 / 4 / LLRoundSwitch / 1.0.0 / LLRoundSwitch.podspec.json
blob45c845b99b261f56f11469d198a00594e06ff225
2   "name": "LLRoundSwitch",
3   "version": "1.0.0",
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.0"
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