[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 3 / a / Typhoon / 1.6.8 / Typhoon.podspec.json
blob57504de6f5b129466690b4e83f7e7e6bf23e79e8
2   "name": "Typhoon",
3   "version": "1.6.8",
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 Rodriguez, Erik Sundin & Contributors": "jasper@appsquick.ly"
9   },
10   "source": {
11     "git": "https://github.com/appsquickly/Typhoon.git",
12     "tag": "1.6.8",
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": "Source/osx"
22   },
23   "osx": {
24     "exclude_files": "Source/ios"
25   },
26   "libraries": [
27     "z",
28     "xml2"
29   ],
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
32   },
33   "requires_arc": true,
34   "documentation_url": "http://www.typhoonframework.org/docs/latest/api/"