[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 2 / AssistiveControl / 1.2 / AssistiveControl.podspec.json
blob4d3584b19629b2e8bfba4102c2a9e77ea18a111c
2   "name": "AssistiveControl",
3   "version": "1.2",
4   "summary": "UIControl subclass which mimics the behaviour of iOS Assistive Touch on screen button, fully customisable and extensible.",
5   "description": "UIControl subclass which mimics the behaviour of iOS AssistiveTouch, fully customisable and extensible.\nWhen it's added to the main window, it behaves like a universal app-wise floating control with collapsed and expanded states, which enables app-wise tasks such like debugging.",
6   "homepage": "https://github.com/haozhexu/AssistiveControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Haozhe XU": "haozhe.xu3@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/hzxu",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "swift_version": "4.0",
22   "source": {
23     "git": "https://github.com/haozhexu/AssistiveControl.git",
24     "tag": "1.2"
25   },
26   "source_files": [
27     "AssistiveControl",
28     "AssistiveControl/**/*.{swift}"
29   ],
30   "exclude_files": "Classes/Exclude",
31   "public_header_files": "AssistiveControl/**/*.h"