[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / 0 / 7 / 9 / XFAutoSizeCollectionLayout / 0.1.1 / XFAutoSizeCollectionLayout.podspec.json
blob62589456d1dc007e1f53e78ce7292b1c1eb5b283
2   "name": "XFAutoSizeCollectionLayout",
3   "version": "0.1.1",
4   "summary": "自适应的UICollectionLayout.",
5   "description": "Item自适应宽度的UICollectionLayout\n暂时只支持文本的自适应,水平方向的自适应",
6   "homepage": "https://gitee.com/luxfeng/XFAutoSizeCollectionLayout.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lxf": "442171865@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/luxfeng/XFAutoSizeCollectionLayout.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "XFAutoSizeCollectionLayout/Classes/**/*.swift",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.2"
29   }