| { |
| "name": "LHJView", |
| "version": "0.0.1", |
| "summary": "this is a test view.", |
| "description": "I need to write something to let you understand me.", |
| "homepage": "https://github.com/lhjzzu/LHJView", |
| "license": "MIT", |
| "authors": { |
| "lhjzzu": "1822657131@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9" |
| }, |
| "source": { |
| "git": "https://github.com/lhjzzu/LHJView.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "LHJView/LHJView/*.h", |
| "public_header_files": "LHJView/**/*.h", |
| "requires_arc": true, |
| "dependencies": { |
| "AFNetworking": [ |
| "~> 2.6" |
| ] |
| } |
| } |