blob: 38be8676edbdf6d6dd1b435625ca82ca40abe3fa [file] [log] [blame]
{
"name": "MapService",
"version": "0.1.0",
"summary": "A dependency-injectable service wrapping map views.",
"description": "This service provides a simplified wrapper around MapViews.",
"homepage": "https://github.com/AttilaTheFun/MapService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/MapService.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"source_files": "Pod/API/*.swift",
"dependencies": {
"ServiceRegistry/API": [
"~>0.1.2"
],
"ModelService/API": [
"~>0.2.0"
],
"LocationService/API": [
"~>0.1.0"
]
}
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/*.swift",
"dependencies": {
"MapService/API": [
]
}
},
{
"name": "Test",
"dependencies": {
"ServiceRegistry": [
"~>0.1.2"
],
"LocationService": [
"~>0.1.1"
]
}
}
]
}