| { |
| "name": "HttpReqeustRecord.podspec", |
| "version": "1.0", |
| "summary": "request record tool.", |
| "description": "A easy request record tool used for http/https", |
| "homepage": "https://github.com/fei1990/HttpRequestRecord", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "fei1990": "f.wang1990@hotmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/fei1990/HttpRequestRecord.git", |
| "tag": "v1.0" |
| }, |
| "source_files": "HttpRequestRecord/Net{Category,Tool,VC}/*.{h,m}", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |