blob: a4db33ee198165a08500b8cab2d3feb30712ff8e [file] [log] [blame]
{
"name": "OCComponent",
"version": "0.0.2",
"summary": "iOS OC component",
"description": "ios Common component",
"homepage": "https://github.com/guohongqi-china/OCComponent",
"license": "MIT",
"authors": {
"guohongqi-china": "820003039@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/guohongqi-china/OCComponent.git",
"tag": "0.0.2"
},
"public_header_files": "OCComponent/OCComponent.h",
"source_files": "OCComponent/OCComponent.h",
"requires_arc": true,
"prefix_header_contents": "#ifndef TARGET_OS_IOS\n #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif",
"subspecs": [
{
"name": "Component",
"source_files": "OCComponent/Component/**/*.{h,m}",
"public_header_files": "OCComponent/Component/**/*.{h}",
"watchos": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
]
},
"ios": {
"frameworks": [
"MobileCoreServices",
"CoreGraphics"
]
},
"osx": {
"frameworks": "CoreServices"
}
}
]
}