[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / f / 9 / 1 / QUIckControl / 0.1.1 / QUIckControl.podspec.json
blobd000e891904dc09a1f031af6fd1c182b017634a5
2   "name": "QUIckControl",
3   "version": "0.1.1",
4   "summary": "UIControl wrapper for quick implementation controls.",
5   "description": "Base class for quick implementation UIControl subclass based on standard(enabled, highlighted, selected) and custom states. Implementation based on KVC.",
6   "homepage": "https://github.com/k-o-d-e-n/QUIckControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Denis Koryttsev": "koden.u8800@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/k-o-d-e-n/QUIckControl.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "QUIckControl/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "Statable": [
26     ]
27   }