[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 1 / a / 5 / BSCircleBanner / 0.0.1 / BSCircleBanner.podspec.json
blob1b024fddd4e4713df7ca43667f41cd7eb76f8b97
2   "name": "BSCircleBanner",
3   "version": "0.0.1",
4   "summary": "A circle scroll view for iOS.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/juxingzhutou/BSCircleBanner.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/BSCircleBanner.git",
19     "tag": "v0.0.1"
20   },
21   "source_files": "BSCircleBanner/**/*.{h,m}",
22   "public_header_files": [
23     "BSCircleBanner/BSCircleBanner.h",
24     "BSCircleBanner/BSSingleBannerCVCell.h"
25   ],
26   "dependencies": {
27     "Masonry": [
28       "~>0.6.2"
29     ]
30   }