| { |
| "name": "CSLUILibrary", |
| "version": "0.0.6", |
| "summary": "UI configurable interface Library", |
| "homepage": "https://github.com/chengshiliang/CSLUILibrary", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "chengshiliang": "285928582@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/chengshiliang/CSLUILibrary.git", |
| "tag": "0.0.6" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "CSLUILibrary/**/*.{h,m}", |
| "requires_arc": true, |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "dependencies": { |
| "CSLCommonLibrary": [ |
| |
| ], |
| "Masonry": [ |
| |
| ], |
| "SDWebImage": [ |
| |
| ], |
| "JSONModel": [ |
| |
| ] |
| } |
| } |