[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / b / 4 / UIKitExpansion / 0.1.0 / UIKitExpansion.podspec.json
blob2df82c47aec41616bbf4d6c265868d2839a09ed9
2   "name": "UIKitExpansion",
3   "version": "0.1.0",
4   "summary": "Code extension, object and function on top of Apple's UIKit",
5   "description": "This library provide convenience functions, object and extension over Apple's UIKit framework\nSo that developer can write a shorter cleaner code.",
6   "homepage": "https://github.com/myste1tainn/UIKitExpansion",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "myste1tainn": "a.keereena@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/myste1tainn/UIKitExpansion.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "UIKitExpansion/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SwiftExpansion": [
26       "~> 0.2"
27     ]
28   },
29   "swift_version": "4.2"