[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / 1 / GDPWaterflowLayout / 0.0.1 / GDPWaterflowLayout.podspec.json
blob88a650acd648940b158fd653bdee29c16668ce26
2   "name": "GDPWaterflowLayout",
3   "version": "0.0.1",
4   "summary": "A equal width waterflowLayout of UICollectionView.",
5   "homepage": "https://github.com/sunmumu/GDPWaterflowLayout",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "sunmumu": "335089101@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/sunmumu/GDPWaterflowLayout.git",
18     "tag": "0.0.1"
19   },
20   "requires_arc": true,
21   "source_files": "GDPWaterflowLayout/**/*.{h,m}",
22   "public_header_files": "GDPWaterflowLayout/**/*.{h}",
23   "libraries": "z",
24   "frameworks": [
25     "UIKit",
26     "CoreFoundation"
27   ]