[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 6 / 1 / 8 / ItemKit / 1.1.0 / ItemKit.podspec.json
bloba69952fdc3a4139d2079c723a0bab80e5aa47df4
2   "name": "ItemKit",
3   "version": "1.1.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.1.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>"