blob: e59e2e6663a8dd738447cc2fee2bc7a6222ea2e0 [file] [log] [blame]
{
"name": "FWDebug",
"version": "1.2.0",
"summary": "ios debug library",
"homepage": "http://ocphp.com",
"license": "MIT",
"authors": {
"Wu Yong": "admin@ocphp.com"
},
"source": {
"git": "https://github.com/lszzy/FWDebug.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"libraries": [
"xml2",
"z",
"sqlite3",
"c++"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"GCC_ENABLE_CPP_EXCEPTIONS": "YES"
},
"source_files": "FWDebug/**/*.{h,m,mm,c,cpp}",
"public_header_files": "FWDebug/*.h"
}