[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / d / ManaKit / 4.0.8 / ManaKit.podspec.json
blob7f08fbfa3ecac56843e94665c66a30e534957ab8
2   "name": "ManaKit",
3   "version": "4.0.8",
4   "summary": "Realm implementation of Scryfall.com.",
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     "jovito-royeca": "jovit.royeca@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jovito-royeca/ManaKit.git",
16     "tag": "4.0.8"
17   },
18   "social_media_url": "https://twitter.com/ManaGuideApp",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "10.3"
22   },
23   "source_files": "ManaKit/Classes/**/*",
24   "resource_bundles": {
25     "ManaKit": [
26       "ManaKit/Assets/**/*"
27     ]
28   },
29   "pod_target_xcconfig": {
30     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
31   },
32   "frameworks": [
33     "UIKit",
34     "Kanna",
35     "KeychainAccess",
36     "PromiseKit",
37     "RealmSwift",
38     "SSZipArchive",
39     "SDWebImage"
40   ],
41   "dependencies": {
42     "Kanna": [
43       "~> 4.0.0"
44     ],
45     "KeychainAccess": [
47     ],
48     "PromiseKit": [
50     ],
51     "RealmSwift": [
53     ],
54     "SSZipArchive": [
56     ],
57     "SDWebImage": [
59     ]
60   }