[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 4 / 7 / BEEFormKit / 1.0.0 / BEEFormKit.podspec.json
blobf8adddad588ca5b53862241cac074df1b3c6666d
2   "name": "BEEFormKit",
3   "version": "1.0.0",
4   "summary": "UICollectionView数据源驱动组件",
5   "homepage": "https://github.com/liuxc123/BEEFormKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liuxc123": "lxc_work@126.com"
12   },
13   "source": {
14     "git": "https://github.com/liuxc123/BEEFormKit.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "static_framework": true,
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "BEEFormKit/Classes/Sources/**/*.{swift}",
27       "frameworks": [
28         "UIKit",
29         "Foundation"
30       ],
31       "dependencies": {
32         "BEEFormKit/Extension": [
34         ]
35       }
36     },
37     {
38       "name": "Extension",
39       "source_files": "BEEFormKit/Classes/Extension/**/*.{h,m}",
40       "frameworks": [
41         "UIKit",
42         "Foundation"
43       ]
44     }
45   ],
46   "swift_version": "5.0"