[Add] GeovisEarthKit 1.0.1
[CocoaPods.git] / Specs / 5 / 1 / 4 / KLFloatingListView / 1.0.0 / KLFloatingListView.podspec.json
blob3970dffb2e167045cb70f1f811c2ab487c464497
2   "name": "KLFloatingListView",
3   "version": "1.0.0",
4   "summary": "a floatingListView, just like the one in WeChat and QQ",
5   "description": "a floatingListView in Objective-C",
6   "homepage": "https://github.com/kevin00223/KLFloatingListView",
7   "license": "MIT",
8   "authors": {
9     "kevin00223": "likai.new@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/kevin00223/KLFloatingListView.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "KLFloatingListView",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "requires_arc": true,
24   "dependencies": {
25     "Masonry": [
27     ]
28   }