[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / 6 / a / HTBURLSession / 0.0.1 / HTBURLSession.podspec.json
blob3c88260416fd8aa20433fbc613e1f56a8a9ac300
2   "name": "HTBURLSession",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/thehtb/HTBURLSession",
8   "authors": {
9     "Mark Aufflick": "mark@htb.io"
10   },
11   "summary": "A drop-in equivalent replacement for NSURLSession with better blocks support",
12   "source": {
13     "git": "https://github.com/thehtb/HTBURLSession.git",
14     "tag": "v0.0.1"
15   },
16   "source_files": "HTBURLSession/*.{h,m}",
17   "requires_arc": true,
18   "platforms": {
19     "osx": "10.9",
20     "ios": "7.0"
21   }