[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / d / ManaKit / 2.3.9 / ManaKit.podspec.json
blobe1c48b1c8436aa46ab006b9518269ee7c68c7a8e
2   "name": "ManaKit",
3   "version": "2.3.9",
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": "2.3.9"
17   },
18   "social_media_url": "https://twitter.com/ManaGuideApp",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "ManaKit/Classes/**/*",
23   "resource_bundles": {
24     "ManaKit": [
25       "ManaKit/Assets/**/*"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
30   },
31   "frameworks": [
32     "UIKit",
33     "MapKit",
34     "Sync",
35     "DATASource",
36     "DATAStack",
37     "Kanna",
38     "PromiseKit",
39     "Reachability",
40     "SSZipArchive",
41     "SDWebImage"
42   ],
43   "dependencies": {
44     "Sync": [
46     ],
47     "DATASource": [
49     ],
50     "DATAStack": [
52     ],
53     "Kanna": [
54       "~> 3"
55     ],
56     "PromiseKit": [
58     ],
59     "Reachability": [
61     ],
62     "SSZipArchive": [
64     ],
65     "SDWebImage": [
67     ]
68   }