| { |
| "name": "LRConnection", |
| "version": "0.1", |
| "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": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ruan Lingqi": "tomrlq@foxmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/tomrlq/LRConnection.git", |
| "tag": "0.1" |
| }, |
| "source_files": "LRConnection/LRConnection/LRConnection/**/*.{h,m}", |
| "requires_arc": true |
| } |