| { |
| "name": "XTlib", |
| "version": "1.8.1", |
| "summary": "a rapid develop lib for iOS", |
| "description": "XTlib. a rapid develop lib for iOS .", |
| "homepage": "https://github.com/Akateason/XTlib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "teason": "akateason@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/Akateason/XTlib.git", |
| "tag": "1.8.1" |
| }, |
| "default_subspecs": "base", |
| "subspecs": [ |
| { |
| "name": "base", |
| "source_files": "XTlib/XTlib", |
| "public_header_files": "XTlib/XTlib/*.h", |
| "dependencies": { |
| "XTBase": [ |
| |
| ], |
| "XTFMDB": [ |
| ">2.0.0" |
| ], |
| "XTReq": [ |
| ">1.3.0" |
| ], |
| "XTColor": [ |
| |
| ], |
| "FDFullscreenPopGesture": [ |
| |
| ], |
| "BlocksKit": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "Animations", |
| "source_files": "XTlib/XTlib/Components/Animations", |
| "public_header_files": "XTlib/XTlib/Components/Animations/*.h", |
| "dependencies": { |
| "XTlib/base": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "CustomUIs", |
| "source_files": [ |
| "XTlib/XTlib/Components/CustomUIs", |
| "XTlib/XTlib/Components/CustomUIs/**/*.{h,m}" |
| ], |
| "public_header_files": [ |
| "XTlib/XTlib/Components/CustomUIs/*.h", |
| "XTlib/XTlib/Components/CustomUIs/**/*.h" |
| ], |
| "resources": [ |
| "XTlib/XTlib/Components/CustomUIs/**/*.png", |
| "XTlib/XTlib/Components/CustomUIs/**/**/*.png", |
| "XTlib/XTlib/Components/CustomUIs/**/*.xib" |
| ], |
| "dependencies": { |
| "XTlib/base": [ |
| |
| ], |
| "RSKImageCropper": [ |
| |
| ], |
| "CHTCollectionViewWaterfallLayout": [ |
| |
| ] |
| } |
| } |
| ] |
| } |