blob: 1ac26c2900be2bc9f1758fb7543ee153705ac487 [file] [log] [blame]
{
"name": "LocationService",
"version": "0.1.0",
"summary": "A simplified wrapper around CoreLocation.",
"description": "This library provides a simplified interface to CoreLocation.\nNo delegates or managers necessary.\nThe service is dependency injectable and compatible with other Trellis services.",
"homepage": "https://github.com/AttilaTheFun/LocationService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/LocationService.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"
]
}
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/*.swift",
"dependencies": {
"LocationService/API": [
]
}
},
{
"name": "Test",
"dependencies": {
"ServiceRegistry": [
"0.1.2"
]
}
}
]
}