[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / 2 / Yosef / 0.0.5 / Yosef.podspec.json
blobba210dc54536eb1279d29ec9b8dfe737d708aaf1
2   "name": "Yosef",
3   "version": "0.0.5",
4   "summary": "Create views from JSON",
5   "description": "Yosef reads JSON files to generate views, so that they can be created dynamically. Change the JSON to create different views.",
6   "homepage": "https://github.com/concretesolutions/yosef-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guilherme Bayma": "guilherme.bayma@concrete.com.br",
13     "Emannuel Carvalho": "emannuel.carvalho@concrete.com.br",
14     "Kaique Pantosi": "kaique.pantosi@concrete.com.br",
15     "Bruno Mazzo": "bruno.mazzo@concrete.com.br",
16     "Concrete": "contato@concrete.com.br"
17   },
18   "source": {
19     "git": "https://github.com/concretesolutions/yosef-ios.git",
20     "tag": "0.0.5"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "requires_arc": true,
26   "source_files": "Yosef/Classes/**/*.swift",
27   "swift_version": "4.0",
28   "frameworks": "UIKit",
29   "dependencies": {
30     "Kingfisher": [
31       "~> 4.0"
32     ],
33     "lottie-ios": [
34       "~> 2.0"
35     ]
36   }