[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 1 / 3 / a / Typhoon / 1.5.3 / Typhoon.podspec.json
blobd5a960e3d62e0edc84d1b26945bf89f02c158cfb
2   "name": "Typhoon",
3   "version": "1.5.3",
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 & Contributors": "jasper@appsquick.ly"
9   },
10   "source": {
11     "git": "https://github.com/appsquickly/Typhoon.git",
12     "tag": "1.5.3",
13     "submodules": true
14   },
15   "source_files": "Source/**/*.{h,m}",
16   "ios": {
17     "exclude_files": "Source/osx"
18   },
19   "osx": {
20     "exclude_files": "Source/ios"
21   },
22   "libraries": [
23     "z",
24     "xml2"
25   ],
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   },
29   "requires_arc": true