[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 2 / a / c / ServiceRegistry / 0.1.3 / ServiceRegistry.podspec.json
bloba2aa1adb114a9e6777461f3ce9eae0160f8b1efb
2   "name": "ServiceRegistry",
3   "version": "0.1.3",
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.3"
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         "SwiftToolKit": [
25           "~>0.2.2"
26         ]
27       }
28     },
29     {
30       "name": "Implementation",
31       "source_files": "Pod/Implementation/**/*.swift",
32       "dependencies": {
33         "ServiceRegistry/API": [
35         ]
36       }
37     }
38   ]