blob: 7994e709398f8515607933edd01a48e9d89604a5 [file] [log] [blame]
{
"name": "SafeURL",
"version": "0.3.0",
"summary": "Swift safe NSURL Builder",
"description": "Provide convinient methods on NSURL to craft urls in safe fashion.\n\n- Escapes path segements\n- Escapes query parameters\n- Fast",
"homepage": "https://github.com/anjlab/SafeURL",
"license": "MIT",
"authors": {
"Yury Korolev": "yury.korolev@gmail.com"
},
"source": {
"git": "https://github.com/anjlab/SafeURL.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/anjlab",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}