[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / d / OBInjector / 1.0.0 / OBInjector.podspec.json
blob6644adeceac81fbae4c64e411c8180b2c6bcceb6
2   "name": "OBInjector",
3   "version": "1.0.0",
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.0"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "license": "BSD",
18   "requires_arc": true,
19   "source_files": [
20     "Core/Source/*.{h,m}"
21   ]