[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 3 / d / OBInjector / 1.0.1 / OBInjector.podspec.json
blob3fda6a124d38a402d2d58111dab014192956d5f9
2   "name": "OBInjector",
3   "version": "1.0.1",
4   "summary": "A small and simple objective-c dependency injection framework",
5   "homepage": "https://github.com/openbakery/OBInjector",
6   "authors": {
7     "RenĂ© Pirringer": "rene@openbakery.org"
8   },
9   "social_media_url": "https://twitter.com/rpirringer",
10   "source": {
11     "git": "https://github.com/openbakery/OBInjector.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "license": "BSD",
18   "requires_arc": true,
19   "source_files": [
20     "Core/Source/*.{h,m}"
21   ]