[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 1 / 3 / a / Typhoon / 1.7.9 / Typhoon.podspec.json
blob12536f144a978445f36210cd5b0bc67c7f926454
2   "name": "Typhoon",
3   "version": "1.7.9",
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": "1.7.9",
13     "submodules": true
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "libraries": [
20     "z",
21     "xml2"
22   ],
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   },
26   "source_files": "Source/**/*.{h,m}",
27   "ios": {
28     "exclude_files": [
29       "Source/osx",
30       "Source/Factory/Internal/NSInvocation+TCFInstanceBuilder.{h,m}"
31     ]
32   },
33   "osx": {
34     "exclude_files": [
35       "Source/ios",
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     }
47   ]