blob: 32f42488535f17414647b600cb6d7f7a9ca4d8c5 [file] [log] [blame]
{
"name": "YJKit",
"version": "0.1.26",
"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.26"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "YJKit/**/*",
"public_header_files": "YJKit/YJKit.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"AVFoundation"
],
"cocoapods_version": ">= 0.36",
"prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n #define TARGET_OS_TV 0\n#endif"
}