blob: 1d7f9a02cb014f8531c997d7b2261a8d5abfa708 [file] [log] [blame]
{
"name": "YJKit",
"version": "0.1.42",
"license": "MIT",
"summary": "YJKit is a simple wrapper for iOS library.",
"homepage": "https://github.com/huang-kun/YJKit",
"authors": {
"huang-kun": "jack-huang-developer@foxmail.com"
},
"source": {
"git": "https://github.com/huang-kun/YJKit.git",
"tag": "0.1.42"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "YJKit/**/*",
"public_header_files": "YJKit/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"AVFoundation"
]
}