[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / f / 4 / e / TSNetworking / 0.5 / TSNetworking.podspec.json
blob6fce7ed29a7db324527afa3d2fc6b7314e8adeaa
2   "name": "TSNetworking",
3   "version": "0.5",
4   "summary": "An iOS7+ networking API based on NSURLSession.",
5   "homepage": "https://github.com/timsawtell/TSNetworking",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "timsawtell",
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/timsawtell/TSNetworking.git",
16     "tag": "0.5"
17   },
18   "source_files": "TSNetworking/TSNetworking/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": [
21     "AFNetworking/Security",
22     "Reachability"
23   ]