[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / 1 / 8 / ItemKit / 2.2.1 / ItemKit.podspec.json
blob025611fdb43ddfcf2a99a9c85448e088d3ed6007
2   "name": "ItemKit",
3   "version": "2.2.1",
4   "summary": "A simple and gracious alternative to manual layout with readability, flexibility and performance.",
5   "description": "A simple and gracious alternative to manual layout with readability, flexibility and performance. The framework enables developers to create view layouts much faster. The frames can be computed on the background thread and can be applied to the views on main thread.",
6   "homepage": "https://github.com/candidcod3r/ItemKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Candid Cod3r": "candidcod3r@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/candidcod3r/ItemKit.git",
16     "tag": "2.2.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "5.0",
22   "source_files": "Sources/**/*.{h,m,swift}",
23   "ios": {
24     "frameworks": [
25       "Foundation",
26       "CoreGraphics",
27       "UIKit"
28     ],
29     "exclude_files": [
31     ]
32   },
33   "prefix_header_contents": "#import <Foundation/Foundation.h>\n#import <CoreGraphics/CoreGraphics.h>\n#import <UIKit/UIKit.h>"