| { |
| "name": "SunSearchBar", |
| "version": "0.0.1", |
| "summary": "自定义的searchBar", |
| "description": "一个自定义的searchBar", |
| "homepage": "https://github.com/Sunbohong/SunSearchBar", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sunbohong": "sunbohong@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Sunbohong/SunSearchBar.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SunSearchBar/Classes/**/*", |
| "resource_bundles": { |
| "SunSearchBar": [ |
| "SunSearchBar/Assets/*.png" |
| ] |
| }, |
| "frameworks": "UIKit", |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.0.1" |
| ] |
| } |
| } |