[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 3 / 2 / Yosef / 0.0.4 / Yosef.podspec.json
blob0b9addd4ae3c3ea09d23a296ebe16d3fcfc51d92
2   "name": "Yosef",
3   "version": "0.0.4",
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.4"
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   }