[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 3 / 6 / KSDataDownloader / 1.0.5 / KSDataDownloader.podspec.json
blobcda8173d3c0d93dc524c411d55148697c8a9d0eb
2   "name": "KSDataDownloader",
3   "version": "1.0.5",
4   "summary": "A thin layer on top of NSURLConnection",
5   "homepage": "https://github.com/cbot/KSDataDownloader",
6   "license": "MIT",
7   "authors": {
8     "Kai Straßmann": "derkai@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/cbot/KSDataDownloader.git",
12     "tag": "1.0.5"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "Classes/ios/*.h",
19   "source_files": "Classes/ios/*",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ]