[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / 0 / b / PokemonSDK / 0.0.10 / PokemonSDK.podspec.json
blobed837680cb119b750993dd7cac31f2f358af3c27
2   "name": "PokemonSDK",
3   "version": "0.0.10",
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.10"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": [
23     "PokemonSDK/Classes",
24     "PokemonSDK/Classes/Pokemon.xcdatamodeld",
25     "PokemonSDK/Classes/Pokemon.xcdatamodeld/*.xcdatamodel"
26   ],
27   "resources": [
28     "PokemonSDK/Classes/*.xcdatamodeld",
29     "PokemonSDK/Classes/Pokemon.xcdatamodeld/*.xcdatamodel"
30   ],
31   "preserve_paths": "PokemonSDK/Classes/Pokemon.xcdatamodeld",
32   "frameworks": [
33     "UIKit",
34     "CoreData",
35     "Foundation"
36   ],
37   "dependencies": {
38     "Kingfisher": [
40     ],
41     "Moya/RxSwift": [
42       "14.0.0-beta.2"
43     ],
44     "RxCocoa": [
46     ],
47     "RxGesture": [
49     ]
50   },
51   "swift_version": "5.0"