blob: cb075124dbd2f5ec8fb4baa1fc099d1f0788b6b2 [file] [log] [blame]
{
"name": "KZ_Networking",
"version": "0.1.2",
"summary": "iOS & macOS NetWorkingAndCache.",
"homepage": "https://github.com/KieronZhang/KZ_Networking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "https://github.com/KieronZhang"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_Networking.git",
"tag": "0.1.2",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreTelephony",
"MobileCoreServices",
"CoreGraphics",
"Security",
"SystemConfiguration"
],
"vendored_frameworks": "KZ_Networking/KZ_Networking_iOS.framework"
},
"osx": {
"frameworks": [
"Foundation",
"AppKit",
"CoreServices",
"CoreGraphics",
"Security",
"SystemConfiguration"
],
"vendored_frameworks": "KZ_Networking/KZ_Networking_macOS.framework"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"KZ_DatabaseModel": [
],
"KZ_Categories": [
]
}
}