[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / 2 / Yosef / 0.0.2 / Yosef.podspec.json
blobb8201ff466909148b931691e18ff891af142d7e0
2   "name": "Yosef",
3   "version": "0.0.2",
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.2"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "requires_arc": true,
26   "swift_version": "4.0",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Kingfisher": [
30       "~> 4.0"
31     ],
32     "lottie-ios": [
33       "~> 2.0"
34     ]
35   }