blob: ef34100f4d230218d1c5d8e51494f5ce51ca35ba [file] [log] [blame]
{
"name": "NSMutableURLRequestMultipart",
"version": "0.1.5",
"summary": "NSMutableURLRequestMultipart is a category of NSMutableURLRequest for sending a simple POST request.",
"homepage": "https://github.com/1amageek/NSMutableURLRequestMultipart",
"license": {
"type": "MIT"
},
"authors": {
"1_am_a_geek": "tmy0x3@icloud.com"
},
"social_media_url": "http://twitter.com/1_am_a_geek",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/1amageek/NSMutableURLRequestMultipart.git",
"tag": "0.1.4"
},
"source_files": [
"NSMutableURLRequestMultipart/**/*.{h,m}"
],
"exclude_files": [
"NSMutableURLRequestMultipart/AppDelegate.*",
"NSMutableURLRequestMultipart/ViewController.*",
"NSMutableURLRequestMultipart/main.m"
],
"public_header_files": "NSMutableURLRequestMultipart/**/*.h",
"frameworks": [
"MobileCoreServices"
]
}