[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 8 / 3 / a / Injineer / 1.0.1 / Injineer.podspec.json
blobbec9a5eaaf6d0835f3bb4c78fb5ca98e1e163806
2   "name": "Injineer",
3   "version": "1.0.1",
4   "summary": "A dependency injection framework for Objective-C",
5   "description": "Injineer is simpler than other DI frameworks for Objective-C but just as powerful. The framework introduces no dependencies in your code, so using it is almost completely transparent.",
6   "homepage": "https://github.com/vangelov/Injineer",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vladimir Angelov": "vlady.angelov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vangelov/Injineer.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "Injineer",
20     "Injineer/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "7.0",
25     "osx": "10.7"
26   }