[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 0 / f / AccountService / 0.1.0 / AccountService.podspec.json
blobff6c7d22fa71b0953b7681486a36830f291be5bd
2   "name": "AccountService",
3   "version": "0.1.0",
4   "summary": "The Account Service provides an abstraction around user accounts.",
5   "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.",
6   "homepage": "https://github.com/AttilaTheFun/AccountService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/AccountService.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "source_files": "Pod/API/*.swift",
23       "dependencies": {
24         "ServiceRegistry/API": [
25           "~>0.1.2"
26         ],
27         "ModelService/API": [
28           "~>0.2.0"
29         ]
30       }
31     },
32     {
33       "name": "Implementation",
34       "source_files": "Pod/Implementation/*.swift",
35       "dependencies": {
36         "AccountService/API": [
38         ],
39         "ServiceRegistry/API": [
40           "~>0.1.2"
41         ]
42       }
43     }
44   ]