blob: 7cec780318e61c8041acbe86a54559f01d4918c6 [file] [log] [blame]
{
"name": "TestF",
"version": "0.1.0",
"summary": "A short description of TestF.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/AlbertBoy/TestF",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AlbertBoy": "kaiserzhehao@gmail.com"
},
"source": {
"git": "https://github.com/AlbertBoy/TestF.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TestF/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": "TestF/Classes/MRC/**/*",
"requires_arc": false
}
]
}