blob: be1f7f96232b5995fec8ae13c3bd3185ef11f339 [file] [log] [blame]
{
"name": "KSDataDownloader",
"version": "1.0.2",
"summary": "A thin layer on top of NSURLConnection",
"homepage": "https://github.com/cbot/KSDataDownloader",
"license": "MIT",
"authors": {
"Kai Straßmann": "derkai@gmail.com"
},
"source": {
"git": "https://github.com/cbot/KSDataDownloader.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Classes/ios/*.h",
"source_files": "Classes/ios/*",
"frameworks": [
"Foundation",
"UIKit"
]
}