[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / f / d / PINCache / 3.0.1-beta.2 / PINCache.podspec.json
blob7a51f5c10ab833d10c6de56d5c603834456aa1e1
2   "name": "PINCache",
3   "version": "3.0.1-beta.2",
4   "homepage": "https://github.com/pinterest/PINCache",
5   "summary": "Fast, thread safe, parallel object cache for iOS and OS X.",
6   "authors": {
7     "Garrett Moon": "garrett@pinterest.com",
8     "Justin Ouellette": "jstn@tumblr.com"
9   },
10   "source": {
11     "git": "https://github.com/pinterest/PINCache.git",
12     "tag": "3.0.1-beta.2"
13   },
14   "license": {
15     "type": "Apache 2.0",
16     "file": "LICENSE.txt"
17   },
18   "requires_arc": true,
19   "frameworks": "Foundation",
20   "ios": {
21     "weak_frameworks": "UIKit"
22   },
23   "osx": {
24     "weak_frameworks": "AppKit"
25   },
26   "platforms": {
27     "ios": "5.0",
28     "osx": "10.7",
29     "tvos": "9.0",
30     "watchos": "2.0"
31   },
32   "prefix_header_contents": "#ifndef TARGET_OS_WATCH\n  #define TARGET_OS_WATCH 0\n#endif",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "PINCache/*.{h,m}"
37     },
38     {
39       "name": "Arc-exception-safe",
40       "dependencies": {
41         "PINCache/Core": [
43         ]
44       },
45       "source_files": "PINCache/PINDiskCache.m",
46       "compiler_flags": "-fobjc-arc-exceptions"
47     }
48   ]