[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 2 / 8 / b / BSTabBarController / 0.0.1 / BSTabBarController.podspec.json
blob6841169049624df75ed14e7cca3a719d83e5aeb5
2   "name": "BSTabBarController",
3   "version": "0.0.1",
4   "summary": "A custom tab bar controller for iOS.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/juxingzhutou/BSTabBarController.git",
10   "authors": {
11     "juxingzhutou": "juxingzhutou@gmail.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/juxingzhutou/BSTabBarController.git",
19     "tag": "v0.0.1"
20   },
21   "source_files": "BSTabBarController/*.{h,m}",
22   "public_header_files": "BSTabBarController/*.h",
23   "dependencies": {
24     "Masonry": [
25       "~>0.6.2"
26     ]
27   }