| { |
| "name": "NTCommonLib", |
| "version": "0.1.6", |
| "summary": "A Common Lib For iOS.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "http://gitlab.gosccap.cn/nt_chain/nt-baselib-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "dong.he": "dong.he@goscn.io" |
| }, |
| "source": { |
| "git": "http://gitlab.gosccap.cn/nt_chain/nt-baselib-ios.git", |
| "tag": "0.1.6" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "NTCommonLib/Classes/**/*", |
| "resource_bundles": { |
| "NTCommonLib": [ |
| "NTCommonLib/Assets/*.*" |
| ] |
| }, |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "MJRefresh": [ |
| |
| ], |
| "MBProgressHUD": [ |
| |
| ], |
| "SDWebImage": [ |
| |
| ], |
| "DZNEmptyDataSet": [ |
| |
| ] |
| } |
| } |