blob: c124eeb3d52de0e99ff95c12c6e72e25b68afaca [file] [log] [blame]
{
"name": "OnceKit",
"summary": "A manager to get iOS keyboard views, frames and transform.",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"once00": "love521943@hotmail.com"
},
"social_media_url": "http://onceo.me/",
"homepage": "https://github.com/once00/OnceKit",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/once00/OnceKit.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "OnceKit/**/*.{h,m}",
"public_header_files": "OnceKit/**/*.{h}",
"libraries": "z",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
]
}