blob: 12fd25becc0954000b4d7f8f110e5509d498a4ce [file] [log] [blame]
{
"name": "MedusaKit",
"version": "0.0.9",
"summary": "MedusaKit is a useful framework written by CODEBIT INC.",
"description": "MedusaKit contains some useful components for iOS development.",
"homepage": "https://github.com/codebit-inc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CODEBIT INC.": "support@codebit-inc.com"
},
"source": {
"git": "https://github.com/codebit-inc/MedusaKit.git",
"tag": "0.0.9"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"subspecs": [
{
"name": "Common",
"source_files": "Pod/Classes/Common/**/*.{h,m}"
},
{
"name": "LocationService",
"source_files": "Pod/Classes/LocationService/**/*.{h,m}"
}
]
}