[Add] TensorFlowLiteC 0.0.1-nightly.20241230
[CocoaPods.git] / Specs / 2 / e / c / RVContainer / 1.0.1 / RVContainer.podspec.json
blob4f7e52d26f372411cfef3c8ab06ea872db9689f2
2   "name": "RVContainer",
3   "version": "1.0.1",
4   "license": "MIT",
5   "summary": "RVContainer - LightWeight objective c IoC Container based on laravel's one",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "source": {
10     "git": "https://github.com/BadChoice/RVContainer.git",
11     "tag": "1.0.1"
12   },
13   "description": "RVContainer is a very lightweigh but powerful IoC container based on laravel's one, you can easly bind and resolve classes and protocols and it even comes with an autoinject function to quickly resolve all your needed dependencies",
14   "homepage": "https://github.com/BadChoice/RVContainer",
15   "authors": {
16     "Jordi PuigdellĂ­vol": "jordo@gloobus.net"
17   },
18   "source_files": [
19     "RVContainer/lib/**/*"
20   ],
21   "requires_arc": true