blob: 1642adc4120d63101467d007be684b4516f7a529 [file] [log] [blame]
{
"name": "KZ_Networking_DEV",
"version": "0.1.11",
"summary": "iOS & macOS NetWorkingAndCache.",
"homepage": "http://kieron.asuscomm.com:9091/personal/ios/components/KZ_Networking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "http://kieron.asuscomm.com:9091/KieronZhang"
},
"source": {
"git": "http://kieron.asuscomm.com:9091/personal/ios/components/KZ_Networking.git",
"tag": "0.1.11",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"CoreTelephony",
"MobileCoreServices",
"CoreGraphics",
"Security",
"SystemConfiguration"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit",
"CoreServices",
"CoreGraphics",
"Security",
"SystemConfiguration"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"Networking_DEV/*.{h,m}",
"Networking_DEV/**/*.{h,m}"
],
"dependencies": {
"KZ_DatabaseModel_DEV": [
],
"KZ_Categories_DEV": [
]
}
}