blob: 8997ab8caed585b76ee1750b7c1f2cc92228099f [file] [log] [blame]
{
"name": "NSURL+QueryDictionary",
"version": "1.0.2",
"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.0.2"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"source_files": "NSURL+QueryDictionary/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}