[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / b / PokemonSDK / 0.0.24 / PokemonSDK.podspec.json
blob29cf19c84f849a4daaf8da888266ce60201fe1bb
2   "name": "PokemonSDK",
3   "version": "0.0.24",
4   "summary": "A Pod which is for utilizing Pokemon Open Source API",
5   "description": "A Pod which is for utilizing Pokemon Open Source API. This uses Moya as Networking Tools and RxSwift for stream of data flow in the app. It also uses CoreData as an ORM to store items in the database.",
6   "homepage": "https://github.com/abbassabeti/PokemonPod",
7   "license": {
8     "type": "TrueLayer",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Abbas Sabeti": "abbassabetinejad@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/abbassabeti/PokemonPod.git",
16     "tag": "0.0.24"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "SDKPOD/Classes/**/**/*",
23   "resources": [
24     "SDKPOD/Assets/*.xcdatamodeld",
25     "SDKPOD/Assets/Pokemon.xcdatamodeld/*.xcdatamodel"
26   ],
27   "preserve_paths": "SDKPOD/Assets/Pokemon.xcdatamodeld",
28   "frameworks": [
29     "UIKit",
30     "CoreData",
31     "Foundation"
32   ],
33   "dependencies": {
34     "Kingfisher": [
36     ],
37     "Moya/RxSwift": [
38       "14.0.0-beta.2"
39     ],
40     "RxCocoa": [
42     ],
43     "RxGesture": [
45     ]
46   },
47   "testspecs": [
48     {
49       "name": "UnitTests",
50       "test_type": "unit",
51       "source_files": "SDKPOD/UnitTests/*",
52       "dependencies": {
53         "Nimble": [
54           "~> 8.0.9"
55         ],
56         "Quick": [
57           "~> 2.2.1"
58         ]
59       }
60     }
61   ],
62   "swift_version": "5.0"