blob: 383dc61ef8c819e44357ea347e2cb72a34d3d4a8 [file] [log] [blame]
{
"name": "AFNetworking-Synchronous",
"version": "1.1.0",
"summary": "Synchronous requests for AFNetworking",
"description": "A minimal category which extends AFNetworking to support synchronous\nrequests. Supports AFNetworking 1.x, 2.x, and 3.x.",
"homepage": "https://github.com/paulmelnikow/AFNetworking-Synchronous",
"license": "MIT",
"authors": {
"Paul Melnikow": "github@paulmelnikow.com"
},
"source": {
"git": "https://github.com/paulmelnikow/AFNetworking-Synchronous.git",
"tag": "1.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"default_subspecs": "3.x",
"subspecs": [
{
"name": "3.x",
"source_files": "3.x/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
},
{
"name": "2.x",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "2.x/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
},
{
"name": "1.x",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"source_files": "1.x/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}
]
}