blob: bffaa4abf3642b5498b02733f4f61da75910c780 [file] [log] [blame]
{
"name": "LupinusHTTP",
"version": "1.0.0",
"summary": "LupinusHTTP is an HTTP networking library, wrapping NSURLSession.",
"homepage": "https://github.com/azu/LupinusHTTP",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"azu": "info@efcl.info"
},
"social_media_url": "https://twitter.com/azu_re",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/azu/LupinusHTTP.git",
"tag": "1.0.0"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"NSDictionaryAsURLQuery": [
]
}
}