[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 3 / e / EasyKit / 0.0.1 / EasyKit.podspec.json
blob625810df3a55142c98b703db9c4c27fda3355459
2   "name": "EasyKit",
3   "version": "0.0.1",
4   "summary": "A collection of iOS dev tools",
5   "description": "EasyKit is a collection of easy use iOS code",
6   "homepage": "https://github.com/zyhang/EasyKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zyhang": "zyhang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zyhang/EasyKit.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "EasyKit/**/*.{h,m}",
22   "ios": {
23     "exclude_files": ""
24   },
25   "libraries": "z",
26   "frameworks": [
27     "UIKit",
28     "CoreFoundation",
29     "QuartzCore",
30     "CoreGraphics",
31     "CoreImage",
32     "CoreText",
33     "ImageIO",
34     "Accelerate"
35   ],
36   "requires_arc": true