blob: c2ec38a6bf52fb722fe3be52f006f8e67ee84702 [file] [log] [blame]
{
"name": "KZ_Networking_DEV",
"version": "0.1.6",
"summary": "iOS & macOS NetWorkingAndCache.",
"homepage": "http://47.95.250.128/GitHubDemos/KZ_Networking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "http://47.95.250.128/KieronZhang"
},
"source": {
"git": "http://47.95.250.128/GitHubDemos/KZ_Networking.git",
"tag": "0.1.6",
"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": [
]
}
}