[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 1 / 8 / ItemKit / 1.0.0 / ItemKit.podspec.json
blob7bc8148434cba7951544945996a2f185987df3c2
2   "name": "ItemKit",
3   "version": "1.0.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 to developer to create view layout much faster. The layouts 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.0.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>"