[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 9 / d / ManaKit / 2.7.4 / ManaKit.podspec.json
blob78035cded81832fc1066c63e9d3aa278504a7b0d
2   "name": "ManaKit",
3   "version": "2.7.4",
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.7.4"
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     "SSZipArchive",
40     "SDWebImage"
41   ],
42   "dependencies": {
43     "Sync": [
45     ],
46     "DATASource": [
48     ],
49     "DATAStack": [
51     ],
52     "Kanna": [
53       "~> 3"
54     ],
55     "PromiseKit": [
57     ],
58     "SSZipArchive": [
60     ],
61     "SDWebImage": [
63     ]
64   }