[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 4 / 8 / 2 / HTTPKit / 0.1.2 / HTTPKit.podspec.json
blob4cdd0149bc75331b11abefc89e1f2f60fd39d7d7
2   "name": "HTTPKit",
3   "version": "0.1.2",
4   "summary": "Task based, promise like syntax, RESTful, HTTP library for iOS and OS X. Built off ConcurrentKit and NSURLSession.",
5   "homepage": "https://github.com/daltoniam/HTTPKit",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Dalton Cherry": "daltoniam@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/daltoniam/HTTPKit.git",
12     "tag": "0.1.2"
13   },
14   "social_media_url": "http://twitter.com/daltoniam",
15   "platforms": {
16     "ios": "7.0",
17     "osx": "10.9"
18   },
19   "source_files": "*.{h,m}",
20   "dependencies": {
21     "ConcurrentKit": [
23     ]
24   },
25   "requires_arc": true