| { |
| "name": "ljhIosLibrary", |
| "version": "0.2.0", |
| "summary": "self iosLibrary.", |
| "homepage": "https://github.com/myplxdm/iosLibrary", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ljh": "myplxdm@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/myplxdm/iosLibrary.git", |
| "tag": "0.2.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "iosLibrary/Classes/**/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit", |
| "AVFoundation", |
| "AVKit" |
| ], |
| "dependencies": { |
| "SDWebImage": [ |
| "~> 4.0" |
| ], |
| "MyLayout": [ |
| "~> 1.4.1" |
| ] |
| } |
| } |