[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / b / f / d / PINCache / 2.0 / PINCache.podspec.json
blob29137bff3753a60128ca98f5a2a8b447518763bc
2   "name": "PINCache",
3   "version": "2.0",
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.0"
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   }