[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / d / ManaKit / 6.1.0 / ManaKit.podspec.json
blobf4228af5506ece5a9551f659575929ec897ae352
2   "name": "ManaKit",
3   "version": "6.1.0",
4   "summary": "MTG API database.",
5   "description": "A database of Magic: The Gathering cards. Includes prices and images.",
6   "homepage": "https://github.com/jovito-royeca/ManaKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vito-royeca": "vito.royeca@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vito-royeca/ManaKit.git",
16     "tag": "6.1.0"
17   },
18   "social_media_url": "https://twitter.com/ManaGuideApp",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.3",
22     "osx": "10.13"
23   },
24   "source_files": "Sources/Classes/**/*",
25   "resource_bundles": {
26     "ManaKit": [
27       "Sources/Assets/**/*"
28     ]
29   },
30   "pod_target_xcconfig": {
31     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
32   },
33   "frameworks": [
34     "Kanna",
35     "KeychainAccess",
36     "PromiseKit",
37     "SSZipArchive",
38     "SDWebImage",
39     "Sync"
40   ],
41   "dependencies": {
42     "Kanna": [
44     ],
45     "KeychainAccess": [
47     ],
48     "PromiseKit": [
50     ],
51     "SSZipArchive": [
53     ],
54     "SDWebImage": [
56     ],
57     "Sync": [
59     ]
60   },
61   "swift_version": "5.0"