blob: f3581277caa55b689cce6f7ea74ad4c1f3cba0ec [file] [log] [blame]
{
"name": "Unirest",
"version": "1.1.4",
"summary": "Simplified, lightweight HTTP client library",
"homepage": "http://github.com/mashape/unirest-obj-c",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mashape": "opensource@mashape.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/Mashape/unirest-obj-c.git",
"tag": "1.1.4"
},
"source_files": [
"Unirest/*.{h,m}",
"Unirest/**/*.{h,m}"
],
"header_mappings_dir": "Unirest",
"requires_arc": true
}