blob: 501ae7297d2495d78360c23c0de262a6d26fb031 [file] [log] [blame]
{
"name": "NSURL+QueryDictionary",
"version": "0.0.2",
"summary": "Make working with NSURL queries more pleasant.",
"description": "Extract and append queries keys and values to NSURL as NSDictionaries",
"homepage": "https://github.com/itsthejb/NSURL-QueryDictionary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Crooke": "jon.crooke@gmail.com"
},
"source": {
"git": "https://github.com/itsthejb/NSURL-QueryDictionary.git",
"tag": "v0.0.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "NSURL+QueryDictionary/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}