[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 7 / 3 / 0 / UnrarKit / 2.0.2 / UnrarKit.podspec.json
blob583ac2c56cc387d86b067d6c47c5b26bf2f3cfc0
2   "name": "UnrarKit",
3   "version": "2.0.2",
4   "summary": "Provides a port of Unrar library to iOS and Mac platforms",
5   "license": "BSD",
6   "homepage": "https://github.com/abbeycode/UnrarKit",
7   "authors": {
8     "Dov Frankel": "dov@abbey-code.com"
9   },
10   "source": {
11     "git": "https://github.com/abbeycode/UnrarKit.git",
12     "tag": "2.0.2"
13   },
14   "source_files": [
15     "Classes/*.{mm,m,h}",
16     "Libraries/unrar/*.hpp"
17   ],
18   "exclude_files": [
19     "Libraries/unrar/beosea.cpp",
20     "Libraries/unrar/os2ea.cpp",
21     "Libraries/unrar/rarpch.cpp",
22     "Libraries/unrar/unios2.cpp",
23     "Libraries/unrar/win32acl.cpp",
24     "Libraries/unrar/win32stm.cpp"
25   ],
26   "xcconfig": {
27     "OTHER_CFLAGS": "$(inherited) -Wno-return-type -Wno-logical-op-parentheses -Wno-conversion -Wno-parentheses -Wno-unused-function -Wno-unused-variable -Wno-switch",
28     "OTHER_CPLUSPLUSFLAGS": "$(inherited) -DSILENT -DRARDLL $(OTHER_CFLAGS)"
29   },
30   "platforms": {
31     "ios": "5.0",
32     "osx": "10.7"
33   },
34   "requires_arc": false