blob: 152cef91c18dd38ff83b531a9fd7a135c18be364 [file] [log] [blame]
{
"name": "ManaKit",
"version": "2.1.1",
"summary": "Core Data implementation of MTGJSON.com.",
"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": {
"jovito-royeca": "jovit.royeca@gmail.com"
},
"source": {
"git": "https://github.com/jovito-royeca/ManaKit.git",
"tag": "2.1.1"
},
"social_media_url": "https://twitter.com/ManaGuideApp",
"platforms": {
"ios": "9.0"
},
"source_files": "ManaKit/Classes/**/*",
"resource_bundles": {
"ManaKit": [
"ManaKit/Assets/**/*"
]
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"frameworks": [
"UIKit",
"MapKit",
"Sync",
"DATASource",
"DATAStack",
"Networking",
"Reachability",
"SSZipArchive",
"Kanna"
],
"dependencies": {
"Sync": [
],
"DATASource": [
],
"DATAStack": [
"~> 6"
],
"Networking": [
],
"Reachability": [
],
"SSZipArchive": [
],
"Kanna": [
]
}
}