[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 7 / 2 / Injector / 0.0.3 / Injector.podspec.json
blob76cc09eec4bac902a68fdb78140d1c65c459ff25
2   "name": "Injector",
3   "version": "0.0.3",
4   "summary": "Injector provides a lightweight framework for binding and injecting services at runtime.",
5   "description": "                   Injector provides a lightweight framework for binding and injecting services at runtime.\n\n                   ### Why use Injector?\n                   * Divide your code into standalone components.\n                   * Swap implementations of these components easily.\n\n                   See https://github.com/nsrandom/injector for a more detailed description and example code.\n",
6   "homepage": "https://github.com/nsrandom/injector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "NSRandom",
12   "social_media_url": "https://twitter.com/nsrandom",
13   "source": {
14     "git": "https://github.com/nsrandom/injector.git",
15     "tag": "0.0.3"
16   },
17   "source_files": [
18     "Injector",
19     "Injector/**/*.{h,m}"
20   ],
21   "public_header_files": "Injector/**/*.h",
22   "requires_arc": true