blob: c02b5944ab5b36869cf7dc151e85a1c577c8264d [file] [log] [blame]
{
"name": "NHRequest",
"version": "1.0.0",
"summary": "It is just a simple way to make HTTP requests like POST, PUT, GET and DELETE.",
"homepage": "https://github.com/nthegedus/NHRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nathn Hegedus": "nathan.hegedus@hotmail.com"
},
"source": {
"git": "https://github.com/nthegedus/NHRequest.git",
"tag": "1.0.0"
},
"source_files": "AFNetworking/*.{h,m}",
"dependencies": {
"AFNetworking": [
">=2.0"
]
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true
}