[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / f / d / PINCache / 3.0.1-beta.5 / PINCache.podspec.json
blobb0f7a4e11b10ad7ac607265d501d5e784a5f1821
2   "name": "PINCache",
3   "version": "3.0.1-beta.5",
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.5"
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": "Source/*.{h,m}",
37       "dependencies": {
38         "PINOperation": [
39           "=1.0.3"
40         ]
41       }
42     },
43     {
44       "name": "Arc-exception-safe",
45       "dependencies": {
46         "PINCache/Core": [
48         ]
49       },
50       "source_files": "Source/PINDiskCache.m",
51       "compiler_flags": "-fobjc-arc-exceptions"
52     }
53   ]