[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / MedusaKit / 0.0.9 / MedusaKit.podspec.json
blob12fd25becc0954000b4d7f8f110e5509d498a4ce
2   "name": "MedusaKit",
3   "version": "0.0.9",
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.9"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*.{h,m}",
23   "subspecs": [
24     {
25       "name": "Common",
26       "source_files": "Pod/Classes/Common/**/*.{h,m}"
27     },
28     {
29       "name": "LocationService",
30       "source_files": "Pod/Classes/LocationService/**/*.{h,m}"
31     }
32   ]