| { |
| "name": "ZHSegmentTagView", |
| "version": "0.1.1", |
| "summary": "一个基于字符串导航的轻量库", |
| "homepage": "https://github.com/josercc/ZHSegmentTagView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "josercc": "josercc@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/josercc/ZHSegmentTagView.git", |
| "tag": "0.1.1" |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Masonry": [ |
| |
| ] |
| }, |
| "prepare_command": "touch Cartfile\necho 'git \"git@github.com:josercc/ZHSegmentTagView.git\" == 0.1.1' > Cartfile\nCarthage update --platform iOS", |
| "subspecs": [ |
| { |
| "name": "Source", |
| "source_files": "ZHSegmentTagView Example/ZHSegmentTagView/**/*.{h,m}" |
| }, |
| { |
| "name": "Framework", |
| "vendored_frameworks": "Carthage/build/iOS/ZHSegmentTagView.framework" |
| } |
| ] |
| } |