blob: 65b8bd0d7d5677bfce00e6902920e8750cd5a241 [file] [log] [blame]
{
"name": "FoursquareService",
"version": "0.1.0",
"summary": "A dependency-injectable wrapper around the Foursquare API.",
"description": "This service provides a simplified wrapper around the Foursquare API.\nIt is dependency-injectable and compatible with other Trellis services.",
"homepage": "https://github.com/AttilaTheFun/FoursquareService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/FoursquareService.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": {
"FoursquareService/API": [
],
"QuadratTouch": [
"~>1.0"
]
}
},
{
"name": "Test",
"dependencies": {
"ServiceRegistry": [
"~>0.1.2"
],
"LocationService": [
"~>0.1.1"
]
}
}
]
}