12345678910111213141516171819202122 |
- {
- "name": "BFNetRequestKit",
- "version": "0.1.0",
- "summary": "A short description of BFNetRequestKit.",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://github.com/SanWCoder/BFNetRequestKit",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "SanWCoder": "wenweiwei@piaoquantv.com"
- },
- "source": {
- "git": "https://github.com/SanWCoder/BFNetRequestKit.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "9.0"
- },
- "source_files": "BFNetRequestKit/Classes/**/*"
- }
|