[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / 2 / 7 / LRConnection / 0.1.4 / LRConnection.podspec.json
blobfce2c30646da38c34390297c738290e1a9a4b74c
2   "name": "LRConnection",
3   "version": "0.1.4",
4   "summary": "An HTTP library that makes networking easier",
5   "description": "LRConnection is an HTTP library that makes networking easier",
6   "homepage": "https://github.com/tomrlq/LRConnection",
7   "license": "MIT",
8   "authors": {
9     "Ruan Lingqi": "tomrlq@foxmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/tomrlq/LRConnection.git",
16     "tag": "0.1.4"
17   },
18   "source_files": "LRConnection/LRConnection/LRConnection.h",
19   "public_header_files": "LRConnection/LRConnection/LRConnection.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "LRConnection/LRConnection/*.{h,m}",
25       "public_header_files": "LRConnection/LRConnection/LRConnectionManager.h",
26       "exclude_files": "LRConnection/LRConnection/LRConnection.h"
27     }
28   ]