[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / 9 / 4 / 6 / SunSearchBar / 0.0.1 / SunSearchBar.podspec.json
blobc5507bf6c8819e2d176a2d7d51daaf885e45ded1
2   "name": "SunSearchBar",
3   "version": "0.0.1",
4   "summary": "自定义的searchBar",
5   "description": "一个自定义的searchBar",
6   "homepage": "https://github.com/Sunbohong/SunSearchBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sunbohong": "sunbohong@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Sunbohong/SunSearchBar.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SunSearchBar/Classes/**/*",
22   "resource_bundles": {
23     "SunSearchBar": [
24       "SunSearchBar/Assets/*.png"
25     ]
26   },
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Masonry": [
30       "~> 1.0.1"
31     ]
32   }