blob: ed837680cb119b750993dd7cac31f2f358af3c27 [file] [log] [blame]
{
"name": "PokemonSDK",
"version": "0.0.10",
"summary": "A Pod which is for utilizing Pokemon Open Source API",
"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.",
"homepage": "https://github.com/abbassabeti/PokemonPod",
"license": {
"type": "TrueLayer",
"file": "LICENSE"
},
"authors": {
"Abbas Sabeti": "abbassabetinejad@gmail.com"
},
"source": {
"git": "https://github.com/abbassabeti/PokemonPod.git",
"tag": "0.0.10"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": [
"PokemonSDK/Classes",
"PokemonSDK/Classes/Pokemon.xcdatamodeld",
"PokemonSDK/Classes/Pokemon.xcdatamodeld/*.xcdatamodel"
],
"resources": [
"PokemonSDK/Classes/*.xcdatamodeld",
"PokemonSDK/Classes/Pokemon.xcdatamodeld/*.xcdatamodel"
],
"preserve_paths": "PokemonSDK/Classes/Pokemon.xcdatamodeld",
"frameworks": [
"UIKit",
"CoreData",
"Foundation"
],
"dependencies": {
"Kingfisher": [
],
"Moya/RxSwift": [
"14.0.0-beta.2"
],
"RxCocoa": [
],
"RxGesture": [
]
},
"swift_version": "5.0"
}