[Add] AMRAdapterBigo-Beta 4.6.0.1
[CocoaPods.git] / Specs / 2 / a / c / ServiceRegistry / 0.1.2 / ServiceRegistry.podspec.json
blob571026410cb7a3355acf6a682550e68b30418ded
2   "name": "ServiceRegistry",
3   "version": "0.1.2",
4   "summary": "A dependency injection framework written in Swift.",
5   "description": "ServiceRegistry is a dependency injection framework written in Swift.\nIt allows you to register Implementations for their API's in order to more effectively componentize\nyour code.",
6   "homepage": "https://github.com/AttilaTheFun/ServiceRegistry",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/ServiceRegistry.git",
13     "tag": "0.1.2"
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     },
24     {
25       "name": "Implementation",
26       "source_files": "Pod/Implementation/**/*.swift",
27       "dependencies": {
28         "SwiftToolKit": [
30         ],
31         "ServiceRegistry/API": [
33         ]
34       }
35     }
36   ]