blob: 54bdd60096e45eea83c71c1f9772413968d526f4 [file] [log] [blame]
{
"name": "GCDNetworking",
"version": "1.0",
"authors": {
"Pierre-Olivier Latour": "info@pol-online.net"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/swisspol/GCDNetworking",
"summary": "Networking framework based on GCD",
"source": {
"git": "https://github.com/swisspol/GCDNetworking.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "GCDNetworking/*.{h,m}",
"private_header_files": "GCDNetworking/GCDPrivate.h",
"ios": {
"frameworks": "CFNetwork"
}
}