[Add] A00LaunchMeasure 1.0.2
[CocoaPods.git] / Specs / f / b / 4 / UIKitExpansion / 1.0.0 / UIKitExpansion.podspec.json
blob642bf9732aef166f0ec4f1339338e902f7b15d2e
2   "name": "UIKitExpansion",
3   "version": "1.0.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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.1",
22   "source_files": "UIKitExpansion/Classes/**/*",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "SwiftExpansion": [
26       "~> 1.0"
27     ]
28   },
29   "swift_version": "5.1"