[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / c / 5 / 9 / KCScrollTitleView / 1.0.0 / KCScrollTitleView.podspec.json
blob725559fbcf7af27c11d9777df0e9ec2b702229c2
2   "name": "KCScrollTitleView",
3   "version": "1.0.0",
4   "summary": "KCScrollTitleView.",
5   "description": "KCScrollTitleView可以实时滑动的title切换视图,支持增删改",
6   "homepage": "https://github.com/KnowChat/KCScrollTitleView.git",
7   "license": "MIT",
8   "authors": {
9     "tengyue": "knowchat@icloud.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/KnowChat/KCScrollTitleView.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "KCScrollTitleView/**/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "Masonry": [
26       "~> 1.1.0"
27     ]
28   }