blob: 87f6e57ddde60f81210c525e2ded31ccd3eb4408 [file] [log] [blame]
{
"name": "PBURLProtocol",
"version": "0.1.0",
"summary": "PBURLProtocol",
"homepage": "https://github.com/PB-Tech/PBURLProtocol",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"PB-Tech": "pbyte.technology@gmail.com"
},
"source": {
"git": "https://github.com/PB-Tech/PBURLProtocol.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.8"
},
"frameworks": "Foundation",
"source_files": "src/**/*.{m,h}",
"public_header_files": "src/**/*.h",
"requires_arc": true,
"dependencies": {
"CocoaSecurity": [
]
}
}