blob: 625810df3a55142c98b703db9c4c27fda3355459 [file] [log] [blame]
{
"name": "EasyKit",
"version": "0.0.1",
"summary": "A collection of iOS dev tools",
"description": "EasyKit is a collection of easy use iOS code",
"homepage": "https://github.com/zyhang/EasyKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zyhang": "zyhang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zyhang/EasyKit.git",
"tag": "0.0.1"
},
"source_files": "EasyKit/**/*.{h,m}",
"ios": {
"exclude_files": ""
},
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
],
"requires_arc": true
}