[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / 0 / ClearTextSwitch / 0.0.2 / ClearTextSwitch.podspec.json
blob46862dffb5779b0fcbc1eed8099dd73d8e30ac88
2   "name": "ClearTextSwitch",
3   "version": "0.0.2",
4   "summary": "UISwitch-like control based on text",
5   "description": "Switch control which animating text from left to right. Works with autolayout.",
6   "homepage": "https://github.com/arturjaworski/ClearTextSwitch",
7   "license": "MIT",
8   "authors": {
9     "Artur Jaworski": "kontakt@arturjaworski.pl"
10   },
11   "source": {
12     "git": "https://github.com/arturjaworski/ClearTextSwitch.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ClearTextSwitch": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "PureLayout": [
27       "~> 3.0"
28     ]
29   }