blob: 4de5cb23f089237d66b23e8fcedbc98c551c46a5 [file] [log] [blame]
{
"name": "PreDemObjc",
"version": "1.0.0",
"summary": "A short description of PreDemObjc.",
"homepage": "https://github.com/pre-dem/pre-dem-objc",
"license": "MIT",
"authors": {
"cnwangsiyu": "cn.wangsiyu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/pre-dem/pre-dem-objc.git",
"tag": "v1.0.0"
},
"source_files": "PreDemObjc/**/*.{h,m,mm}",
"public_header_files": "PreDemObjc/Public/*.h",
"vendored_frameworks": "Vendor/*.framework",
"frameworks": [
"AssetsLibrary",
"CoreTelephony",
"CoreText",
"CoreGraphics",
"Foundation",
"MobileCoreServices",
"Photos",
"QuartzCore",
"QuickLook",
"Security",
"SystemConfiguration"
],
"libraries": [
"c++",
"z"
],
"resource_bundles": {
"PREDResources": "PreDemObjc/Resources/*.plist"
},
"exclude_files": [
"PreDemObjc/Helper/KeychainItemWrapper.{h,m}"
],
"dependencies": {
"HappyDNS": [
],
"QNNetDiag": [
],
"Qiniu": [
]
},
"subspecs": [
{
"name": "no-arc",
"requires_arc": false,
"source_files": [
"PreDemObjc/Helper/KeychainItemWrapper.{h,m}"
]
}
]
}