{ | |
"name": "KSDataDownloader", | |
"version": "1.0.6", | |
"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.6" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"requires_arc": true, | |
"public_header_files": "Classes/ios/*.h", | |
"source_files": "Classes/ios/*", | |
"frameworks": [ | |
"Foundation", | |
"UIKit" | |
] | |
} |