[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / a / 7 / Cria / 1.0.0 / Cria.podspec.json
blob6c73d9478222e6cf47b2b8512e26936ccaecfd0f
2   "name": "Cria",
3   "module_name": "Cria",
4   "version": "1.0.0",
5   "summary": "Cria is an elegant HTTP requests framework for Swift with ❤️ and Alamofire + Promise ☁️.",
6   "homepage": "https://github.com/Meniny/Cria",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Elias Abel": "admin@meniny.cn"
13   },
14   "social_media_url": "https://meniny.cn/",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/Meniny/Cria.git",
23     "tag": "1.0.0"
24   },
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "4.1"
27   },
28   "swift_version": "4.1",
29   "dependencies": {
30     "Oath": [
32     ],
33     "Alamofire": [
34       "~> 4.7"
35     ]
36   },
37   "default_subspecs": "Core",
38   "subspecs": [
39     {
40       "name": "Core",
41       "source_files": "Cria/Core/**/*.swift"
42     }
43   ]