[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 5 / 1 / Centipede / 1.0.0 / Centipede.podspec.json
blobefacbedcbfa0cb3cc53a2eea6fb41e72fdc1e0ec
2   "name": "Centipede",
3   "version": "1.0.0",
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": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/klaus01/Centipede.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "Centipede/*",
23   "requires_arc": true,
24   "weak_frameworks": "UIKit"