[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 3 / a / Typhoon / 2.3.0 / Typhoon.podspec.json
blobc7f2b0103130af588bf905579a00b80164d377a1
2   "name": "Typhoon",
3   "version": "2.3.0",
4   "license": "Apache2.0",
5   "summary": "A dependency injection container for Objective-C. Light-weight, yet flexible and full-featured.",
6   "homepage": "http://www.typhoonframework.org",
7   "authors": {
8     "Jasper Blues, Robert Gilliam, Daniel Rodríguez, Erik Sundin, Aleksey Garbarev & Contributors": "info@typhoonframework.org"
9   },
10   "source": {
11     "git": "https://github.com/appsquickly/Typhoon.git",
12     "tag": "2.3.0",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": "Source/**/*.{h,m}",
20   "ios": {
21     "exclude_files": [
22       "Source/osx",
23       "Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
24     ]
25   },
26   "osx": {
27     "exclude_files": [
28       "Source/ios",
29       "Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
30     ]
31   },
32   "requires_arc": true,
33   "documentation_url": "http://www.typhoonframework.org/docs/latest/api/",
34   "subspecs": [
35     {
36       "name": "no-arc",
37       "requires_arc": false,
38       "source_files": "Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
39     }
40   ]