[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / b / AIUIKit / 1.3.1 / AIUIKit.podspec.json
blob2f9b7d719d4c8aa633a1fdb9e07c852b27bc9f47
2   "name": "AIUIKit",
3   "version": "1.3.1",
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.1"
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"