[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 4 / 2 / LAPReliableSessionManager / 0.1.0 / LAPReliableSessionManager.podspec.json
blob0515a1b827263aba846c8424a41cd57bd31cdfeb
2   "name": "LAPReliableSessionManager",
3   "version": "0.1.0",
4   "summary": "Send data packages in a reliable way, with guaranteed delivery",
5   "description": "If you want to send data packages to a web service in a reliable way, with guaranteed delivery.",
6   "homepage": "https://github.com/layered-pieces/LAPReliableSessionManager",
7   "license": "MIT",
8   "authors": {
9     "Oliver Letterer": "oliver.letterer@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/OliverLetterer",
12   "source": {
13     "git": "https://github.com/layered-pieces/LAPReliableSessionManager.git",
14     "tag": "0.1.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "source_files": "LAPReliableSessionManager",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ],
27     "LAPWebServiceReachabilityManager": [
28       "~> 0.1"
29     ]
30   }