blob: 49b7c2bce8235f27ebe172084b3df6858c76f47d [file] [log] [blame]
{
"name": "TSNetworking",
"version": "0.4",
"summary": "An iOS7+ networking API based on NSURLSession.",
"homepage": "https://github.com/timsawtell/TSNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "timsawtell",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/timsawtell/TSNetworking.git",
"tag": "0.4"
},
"source_files": "TSNetworking/TSNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": [
"AFNetworking/Security",
"Reachability"
]
}