[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 5 / 1 / Centipede / 1.0.1 / Centipede.podspec.json
blob50570a911cc7ac938cc04c427bf2ecd5414096b2
2   "name": "Centipede",
3   "version": "1.0.1",
4   "summary": "一个纯Swift实现的库,使用闭包实现UIKit组件的delegate和dataSource方法。",
5   "description": "                   Centipede 是一个纯Swift实现的库,使用闭包实现UIKit组件的delegate和dataSource方法。\n",
6   "homepage": "https://github.com/klaus01/Centipede",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "柯磊": "kelei0017@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/kelei0017",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/klaus01/Centipede.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "Centipede/**/*.swift",
23   "exclude_files": "Centipede/UIKit/CE_UISearchDisplayController.swift",
24   "requires_arc": true,
25   "weak_frameworks": "UIKit"