blob: 43a0f545d81c006451d7ae04e87af1ae287ddb12 [file] [log] [blame]
{
"name": "LRConnection",
"version": "0.2.0",
"summary": "An HTTP library that makes networking easier",
"description": "LRConnection is an HTTP library that makes networking easier",
"homepage": "https://github.com/tomrlq/LRConnection",
"license": "MIT",
"authors": {
"Ruan Lingqi": "tomrlq@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/tomrlq/LRConnection.git",
"tag": "0.2.0"
},
"source_files": "LRConnection/LRConnection/LRConnection.h",
"public_header_files": "LRConnection/LRConnection/LRConnection.h",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "LRConnection/LRConnection/*.{h,m}",
"public_header_files": "LRConnection/LRConnection/LRConnectionManager.h",
"exclude_files": "LRConnection/LRConnection/LRConnection.h"
}
]
}