blob: 329df54c62343ba7c3a98d4251cc92d3b3304965 [file] [log] [blame]
{
"name": "NSURL+QueryDictionary",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "NSURL+QueryDictionary/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}