[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 1 / 8 / ItemKit / 1.4.0 / ItemKit.podspec.json
blobf948b424e5174918f66b78e22e5bf449acd9a065
2   "name": "ItemKit",
3   "version": "1.4.0",
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": "1.4.0"
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>"