blob: 9b368bcd753f9312a2637ae0c42e86d0125e97f6 [file] [log] [blame]
{
"name": "YJKit",
"version": "0.1.27",
"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.27"
},
"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"
}