[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / a / 4 / DDFlexbox / 1.0.0 / DDFlexbox.podspec.json
blob6c702f62b32da85e601b1991fe8da525912c06ec
2   "name": "DDFlexbox",
3   "version": "1.0.0",
4   "summary": "Flexbox on iOS.",
5   "description": "An flexbox layout aimed at easy to use, which depend on Yoga.",
6   "homepage": "https://github.com/djs66256/DDFlexbox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel": "djs66256@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/djs66256/DDFlexbox.git",
19     "tag": "1.0.0"
20   },
21   "swift_versions": "4.2",
22   "default_subspecs": "Swift",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "Yoga": [
26       "~> 1.14"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Objc",
32       "source_files": [
33         "Classes",
34         "Classes/objc/**/*.{h,m,mm}"
35       ],
36       "public_header_files": "Classes/objc/**/*.h",
37       "private_header_files": "Classes/objc/Private/*.h"
38     },
39     {
40       "name": "Swift",
41       "source_files": [
42         "Classes",
43         "Classes/swift/**/*.{swift}"
44       ]
45     }
46   ],
47   "swift_version": "4.2"