blob: 81077a2e7c8c63c2f0edafd6d7d74f804b401993 [file] [log] [blame]
{
"name": "TSNetworking",
"version": "0.3",
"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.3"
},
"source_files": "TSNetworking/TSNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": [
"AFNetworking/Security",
"Reachability"
]
}