blob: ff6c7d22fa71b0953b7681486a36830f291be5bd [file] [log] [blame]
{
"name": "AccountService",
"version": "0.1.0",
"summary": "The Account Service provides an abstraction around user accounts.",
"description": "The Account Service provides an abstract interface for interacting with user accounts.\nIt can be implemented by social networking services, or other authentication services.",
"homepage": "https://github.com/AttilaTheFun/AccountService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/AccountService.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": {
"AccountService/API": [
],
"ServiceRegistry/API": [
"~>0.1.2"
]
}
}
]
}