[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 7 / d / HandyUIKit / 1.0.0 / HandyUIKit.podspec.json
blob62bc66a85d4c1a232e3e61d8ddf9c36051ec39c6
2   "name": "HandyUIKit",
3   "version": "1.0.0",
4   "summary": "Handy UI features that should have been part of UIKit in the first place.",
5   "description": "The goal of this library is to provide handy UI related features that we feel like they should have been\npart of the UIKit frameworks themselves. Therefore this library is intended to inherit solutions for common\ntasks that appear in daily programming and tries to comply to the same naming conventions as already used\nin the Apple frameworks.",
6   "homepage": "https://github.com/Flinesoft/HandyUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Cihat Gündüz": "CihatGuenduez@posteo.de"
13   },
14   "social_media_url": "https://twitter.com/Dschee",
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/Flinesoft/HandyUIKit.git",
21     "tag": "1.0.0"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.swift"
26   ],
27   "frameworks": "UIKit",
28   "pushed_with_swift_version": "3.0"