[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 4 / e / b / AIUIKit / 1.3.0 / AIUIKit.podspec.json
blobc98c02e50dca95b65587f65820a568e3fc85d926
2   "name": "AIUIKit",
3   "version": "1.3.0",
4   "summary": "Simplify UIKit related tasks.",
5   "description": "AIUIKit is a collection of methods that can help building the user interface of almost any iOS application. It's main features include:\n\n- UIColor creation using HEX color codes\n- HTML string escaping\n- Strings trimming and size calculation required for rendering\n- UIImage creation using vector fonts",
6   "homepage": "https://github.com/adrianilie9/AIUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrian Ilie": "adrian.ilie.x64@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/iadi64",
15   "source": {
16     "git": "https://github.com/adrianilie9/AIUIKit.git",
17     "tag": "V.1.3.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "frameworks": "UIKit",
24   "source_files": "AIUIKit/Classes/**/*",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "Example/Tests/*.swift"
30     }
31   ],
32   "swift_version": "5.0"