blob: 3b62711a0c6ce416f9375fcb47f2b75faf879501 [file] [log] [blame]
{
"name": "KFDLNA",
"version": "0.1.0",
"summary": "A short description of KFDLNA.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/AlbertBoy/KFDLNA",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlbertBoy": "784654229@qq.com"
},
"source": {
"git": "https://github.com/AlbertBoy/KFDLNA.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KFDLNA/Classes/ARC/**/*",
"libraries": [
"icucore",
"c++",
"z",
"xml2"
],
"dependencies": {
"CocoaAsyncSocket": [
]
},
"xcconfig": {
"ENABLE_BITCODE": "NO",
"HEADER_SEARCH_PATHS": "${SDKROOT}/usr/include/libxml2",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"subspecs": [
{
"name": "MRC",
"source_files": "KFDLNA/Classes/MRC/GData/*",
"requires_arc": false
}
]
}