blob: 4f472e7538ec34c2971b283232ac55de2c5af0ef [file] [log] [blame]
{
"name": "Unirest",
"version": "1.1.3",
"summary": "Unirest is a set of lightweight HTTP libraries available in multiple languages.",
"homepage": "http://github.com/mashape/unirest-obj-c",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Palladino": "mark@mashape.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Mashape/unirest-obj-c.git",
"tag": "1.1.3"
},
"source_files": [
"Unirest/*.{h,m}",
"Unirest/**/*.{h,m}"
],
"header_mappings_dir": "Unirest",
"requires_arc": true
}