{ | |
"name": "Unirest", | |
"version": "0.6.0", | |
"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": "0.6.0" | |
}, | |
"source_files": [ | |
"Unirest/*.{h,m}", | |
"Unirest/**/*.{h,m}" | |
], | |
"requires_arc": true | |
} |