[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 8 / WSSearchBar / 0.0.1 / WSSearchBar.podspec.json
blob20f1a9a9a4164c29bab929d93b2478c3d0df52c1
2   "name": "WSSearchBar",
3   "version": "0.0.1",
4   "summary": "A custom searchBar.",
5   "description": "* 支持storyboard\n* 使用方便",
6   "homepage": "https://github.com/ONECATYU/WSSearchBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ONECATYU": "786910875@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ONECATYU/WSSearchBar.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "WSSearchBar",
23     "WSSearchBar/**/*.{h,m}"
24   ],
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "FontAwesome": [
32       "~> 4.5.0"
33     ],
34     "Masonry": [
35       "~> 1.0.2"
36     ]
37   }