[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / e / 7 / ContainerCollection / 1.0.0 / ContainerCollection.podspec.json
blob52106d69d9be3718872c235804e4a7a53b4cefeb
2   "name": "ContainerCollection",
3   "version": "1.0.0",
4   "summary": "Rendering engine to easily stack views in different layouts",
5   "description": "This framework enables to embed view controllers into table view or collection view cells, thus providing a rendering system to create complex layouts by implement smaller components as usual view controllers.",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "http://www.wearemobilefirst.com",
11   "authors": {
12     "Pere Daniel Prieto": "pere@wearemobilefirst.com",
13     "Christian Aranda": "christian@wearemobilefirst.com",
14     "Francesco Deliro": "francesco@wearemobilefirst.com",
15     "Daniel Daverio": "daniel@wearemobilefirst.com",
16     "Lee Higgins": "lee@wearemobilefirst.com"
17   },
18   "source": {
19     "git": "https://github.com/WAMF/ContainerCollection.git",
20     "tag": "1.0.0"
21   },
22   "platforms": {
23     "ios": "10.0",
24     "tvos": "10.0"
25   },
26   "swift_versions": "4.2",
27   "ios": {
28     "source_files": [
29       "ContainerCollection/Common/**/*.{h,m,swift,storyboard}",
30       "ContainerCollection/iOS/**/*.{h,m,swift,storyboard}"
31     ]
32   },
33   "tvos": {
34     "source_files": [
35       "ContainerCollection/Common/**/*.{h,m,swift,storyboard}",
36       "ContainerCollection/tvOS/**/*.{h,m,swift,storyboard}"
37     ]
38   },
39   "swift_version": "4.2"