[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / d / ManaKit / 3.10.8 / ManaKit.podspec.json
blob11d58bee645ad36ef86597694885f59e173f7a65
2   "name": "ManaKit",
3   "version": "3.10.8",
4   "summary": "Core Data implementation of MTGJSON.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": "3.10.8"
17   },
18   "social_media_url": "https://twitter.com/ManaGuideApp",
19   "swift_version": "4.2",
20   "platforms": {
21     "ios": "9.0"
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     "Sync",
35     "Kanna",
36     "PromiseKit",
37     "SSZipArchive",
38     "SDWebImage"
39   ],
40   "dependencies": {
41     "Sync": [
43     ],
44     "Kanna": [
45       "~> 4.0.0"
46     ],
47     "PromiseKit": [
49     ],
50     "SSZipArchive": [
52     ],
53     "SDWebImage": [
55     ]
56   }