[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / e / b / BaseTask / 1.2.0 / BaseTask.podspec.json
blob0e3aab602eab6576ebffdb06f9f485c347aa891e
2   "name": "BaseTask",
3   "version": "1.2.0",
4   "summary": "Easy NSURLSession Networking",
5   "description": "BaseTask is a set of classes that allow you to easily create\nan API client for a web service. It reduces the boilerplate\ndown to just the specifics you need to interact with an API.",
6   "homepage": "http://endoze.github.io/BaseTask",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris": "chris@wideeyelabs.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/endoze/BaseTask.git",
22     "tag": "1.2.0"
23   },
24   "source_files": [
25     "BaseTask/*.swift",
26     "BaseTask/BaseTaskObjC.{h,m}"
27   ]