[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / 8 / 2 / HTTPKit / 0.1.1 / HTTPKit.podspec.json
blobf03990dafe6ace01e35fb634c7da5f80944fd510
2   "name": "HTTPKit",
3   "version": "0.1.1",
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.1"
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