[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / a / c / ServiceRegistry / 0.1.0 / ServiceRegistry.podspec.json
blob62319814a481ae8712218e8c6400d041e7125179
2   "name": "ServiceRegistry",
3   "version": "0.1.0",
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.\n",
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.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "ServiceRegistry": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "SwiftToolKit": [
28     ]
29   }