blob: 80cae181910d96faa6875b899ce103b6254136e6 [file] [log] [blame]
{
"name": "DDTURLOperation",
"version": "1.1.0",
"summary": "A collection of useful network based, NSOperations.",
"description": "The following Operations are provided\n\nDDTURLDownloadOperation\nDDTURLUploadOperation\nDDTURLDataOperation",
"homepage": "https://github.com/TheAppCoach/DDTURLOperation",
"license": "MIT",
"authors": {
"mcBontempi": "mcbontempi@gmail.com"
},
"source": {
"git": "https://github.com/TheAppCoach/DDTURLOperation.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DDTURLOperation": [
"Pod/Assets/*.png"
]
}
}