blob: ea98f83fa3866bf5f0c0ba79590eeaefc5c45361 [file] [log] [blame]
{
"name": "NSURL+QueryDictionary",
"version": "1.2.0",
"summary": "Make working with NSURL queries more pleasant.",
"description": "NSURL, NSString and NSDictionary categories for working with URL queries",
"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": "v1.2.0"
},
"platforms": {
"ios": "6.1",
"osx": "10.8",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "NSURL+QueryDictionary/*.{h,m}",
"frameworks": "Foundation"
}