[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / e / 3 / AppleGuice / 1.2.1 / AppleGuice.podspec.json
blob3cf6bf0c818374bbde2cb4975d9ea53a54733739
2   "name": "AppleGuice",
3   "version": "1.2.1",
4   "summary": "Effortless dependency injection framework for Objective-C",
5   "description": "                   AppleGuice helps you write clean, reuseable and testable code by allowing you to easily inject your services to any class. Other dependency injection frameworks require binding, xml editing or initializing your classes with a special method. With AppleGuice all you have to do is declare the injected type and thats it. As a bonus, you will still be able to initialize classes with [[MyClass alloc] init] so it is even easier to integrate it with your existing code base.\n",
6   "homepage": "http://github.com/tomersh/AppleGuice",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tomer Shiri": "appleguice@shiri.info"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/tomersh/AppleGuice.git",
19     "tag": "v1.2.1"
20   },
21   "source_files": "AppleGuice/**/*.{h,m,mm}",
22   "preserve_paths": [
23     "Bootstrapper/*",
24     "AppleGuicePreCompileBinder/*",
25     "AppleGuice/AppleGuice-Prefix.pch"
26   ],
27   "prefix_header_file": "AppleGuice/AppleGuice-Prefix.pch",
28   "requires_arc": false,
29   "libraries": "c++"