[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 7 / d / HandyUIKit / 1.7.2 / HandyUIKit.podspec.json
blob25ecbf818e38597ba383f0dd4a22e787b2e139b0
2   "name": "HandyUIKit",
3   "version": "1.7.2",
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.7.2"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/**/*.swift"
26   ],
27   "frameworks": "UIKit",
28   "pushed_with_swift_version": "4.0"