[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / b / f / d / PINCache / 2.1.1 / PINCache.podspec.json
blob2e7e049de79d2e0aee43fbe5af0f16401179209d
2   "name": "PINCache",
3   "version": "2.1.1",
4   "source_files": "PINCache/*.{h,m}",
5   "homepage": "https://github.com/pinterest/PINCache",
6   "summary": "Fast, thread safe, parallel object cache for iOS and OS X.",
7   "authors": {
8     "Garrett Moon": "garrett@pinterest.com",
9     "Justin Ouellette": "jstn@tumblr.com"
10   },
11   "source": {
12     "git": "https://github.com/pinterest/PINCache.git",
13     "tag": "2.1.1"
14   },
15   "license": {
16     "type": "Apache 2.0",
17     "file": "LICENSE.txt"
18   },
19   "requires_arc": true,
20   "frameworks": "Foundation",
21   "ios": {
22     "weak_frameworks": "UIKit"
23   },
24   "osx": {
25     "weak_frameworks": "AppKit"
26   },
27   "platforms": {
28     "ios": "5.0",
29     "osx": "10.7",
30     "tvos": "9.0"
31   }