[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 3 / 2 / Yosef / 0.0.1 / Yosef.podspec.json
blob45536b64c160b8c495bb67c82e9538411b9ac8a0
2   "name": "Yosef",
3   "version": "0.0.1",
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     "Concrete": "contato@concrete.com.br"
16   },
17   "source": {
18     "git": "https://github.com/concretesolutions/yosef-ios.git",
19     "tag": "0.0.1"
20   },
21   "platforms": {
22     "ios": "9.0"
23   },
24   "requires_arc": true,
25   "source_files": "Yosef/Classes/**/*",
26   "swift_version": "4.0",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "Kingfisher": [
30       "~> 4.0"
31     ],
32     "lottie-ios": [
33       "~> 2.0"
34     ]
35   }