blob: 2afae1d6a1613f7675ac19f77e4b3c16e40d25bd [file] [log] [blame]
{
"name": "ManaKit",
"version": "6.1.4",
"summary": "MTG API database.",
"description": "A database of Magic: The Gathering cards. Includes prices and images.",
"homepage": "https://github.com/jovito-royeca/ManaKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vito-royeca": "vito.royeca@gmail.com"
},
"source": {
"git": "https://github.com/vito-royeca/ManaKit.git",
"tag": "6.1.4"
},
"social_media_url": "https://twitter.com/ManaGuideApp",
"swift_versions": "5.0",
"platforms": {
"ios": "10.3"
},
"source_files": "Sources/Classes/**/*",
"resource_bundles": {
"ManaKit": [
"Sources/Assets/**/*"
]
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"frameworks": [
"UIKit",
"Kanna",
"KeychainAccess",
"PromiseKit",
"SSZipArchive",
"SDWebImage",
"Sync"
],
"dependencies": {
"Kanna": [
],
"KeychainAccess": [
],
"PromiseKit": [
],
"SSZipArchive": [
],
"SDWebImage": [
],
"Sync": [
]
},
"swift_version": "5.0"
}