[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 3 / a / Typhoon / 3.6.0 / Typhoon.podspec.json
blobc27fbe481aaff2bf30711a9211e7cf322598f15c
2   "name": "Typhoon",
3   "version": "3.6.0",
4   "license": "Apache2.0",
5   "summary": "Dependency injection for Objective-C and Swift. Light-weight, yet flexible and full-featured.",
6   "homepage": "http://www.typhoonframework.org",
7   "authors": {
8     "Jasper Blues, Aleksey Garbarev, Robert Gilliam, Daniel Rodríguez, Erik Sundin & Contributors": "info@typhoonframework.org"
9   },
10   "source": {
11     "git": "https://github.com/appsquickly/Typhoon.git",
12     "tag": "3.6.0",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7",
18     "tvos": "9.0"
19   },
20   "source_files": "Source/**/*.{h,m}",
21   "ios": {
22     "exclude_files": [
23       "Source/osx",
24       "Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
25     ]
26   },
27   "osx": {
28     "exclude_files": [
29       "Source/ios",
30       "Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
31     ]
32   },
33   "tvos": {
34     "exclude_files": [
35       "Source/osx",
36       "Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
37     ]
38   },
39   "requires_arc": true,
40   "documentation_url": "http://www.typhoonframework.org/docs/latest/api/",
41   "subspecs": [
42     {
43       "name": "no-arc",
44       "requires_arc": false,
45       "source_files": "Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}",
46       "dependencies": {
47         "Typhoon/IntrospectionUtils": [
49         ]
50       }
51     },
52     {
53       "name": "IntrospectionUtils",
54       "source_files": [
55         "Source/Utils/TyphoonIntrospectionUtils.{h,m}",
56         "Source/TypeConversion/TyphoonTypeDescriptor.{h,m}",
57         "Source/Utils/TyphoonUtils.h"
58       ]
59     },
60     {
61       "name": "DeallocNotifier",
62       "source_files": "Source/Utils/NSObject+DeallocNotification.{h,m}"
63     }
64   ]