blob: d55d4c44189d58d4b669af39bedd00ecff6284f1 [file] [log] [blame]
{
"name": "Docker",
"version": "1.3.6",
"summary": "Docker handle in some easy steps all connections with your remote servers. Offers you some classes to call Web Services defining http method, request, response, .... and some classes to handle resources download.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SysdataSpA/Docker",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"Sysdata S.p.A.": "team.mobile@sysdata.it"
},
"source": {
"git": "https://github.com/SysdataSpA/Docker.git",
"tag": "1.3.6"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Docker/Classes/**/*",
"dependencies": {
"AFNetworking/Reachability": [
"~> 2.6.0"
],
"AFNetworking/Serialization": [
"~> 2.6.0"
],
"AFNetworking/Security": [
"~> 2.6.0"
],
"AFNetworking/NSURLSession": [
"~> 2.6.0"
],
"AFNetworking/NSURLConnection": [
"~> 2.6.0"
],
"Mantle": [
]
}
},
{
"name": "Blabber",
"dependencies": {
"Docker/Core": [
],
"Blabber": [
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "BLABBER=1"
}
}
]
}