[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / d / e / MedusaKit / 0.0.12 / MedusaKit.podspec.json
blobfc8ede42583074420c120adcbf35b8d8f286cdfa
2   "name": "MedusaKit",
3   "version": "0.0.12",
4   "summary": "MedusaKit is a useful framework written by CODEBIT INC.",
5   "description": "MedusaKit contains some useful components for iOS development.",
6   "homepage": "https://github.com/codebit-inc",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CODEBIT INC.": "support@codebit-inc.com"
13   },
14   "source": {
15     "git": "https://github.com/codebit-inc/MedusaKit.git",
16     "tag": "0.0.12"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/MedusaKit.h",
23   "subspecs": [
24     {
25       "name": "Common",
26       "source_files": "Pod/Classes/Common/*.{h,m}"
27     },
28     {
29       "name": "GumboParser",
30       "source_files": "Pod/Classes/GumboParser/**/*.{h,m,c}"
31     },
32     {
33       "name": "LocationService",
34       "source_files": "Pod/Classes/LocationService/*.{h,m}"
35     },
36     {
37       "name": "URLPreview",
38       "dependencies": {
39         "MedusaKit/Common": [
41         ],
42         "MedusaKit/GumboParser": [
44         ]
45       },
46       "source_files": "Pod/Classes/URLPreview/*.{h,m}"
47     }
48   ]