blob: 7481a7cab766651b33ed28d70793e2a101788efb [file] [log] [blame]
{
"name": "CocoaLibEvent",
"version": "1.0.0",
"summary": "IOS LibEvent.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/e314521/CocoaLibEvent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"e314521": "99789999@qq.com"
},
"source": {
"git": "https://github.com/e314521/CocoaLibEvent.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"header_mappings_dir": "src",
"public_header_files": [
"src/*.h",
"src/**/*.{h}"
],
"source_files": [
"src/*.{h}",
"src/**/*.{h}"
],
"preserve_paths": [
"src/*.{h,c}",
"src/**/*.{h}"
],
"ios": {
"vendored_libraries": "lib/*.a"
},
"requires_arc": false
}