Files
PINRemoteImage/Example/Pods/Local Podspecs/PINCache.podspec.json
Garrett Moon 9d2bd31f95 1.0
2015-07-22 17:29:31 -07:00

32 lines
691 B
JSON

{
"name": "PINCache",
"version": "2.0",
"source_files": "PINCache/*.{h,m}",
"homepage": "https://github.com/pinterest/PINCache",
"summary": "Fast, thread safe, parallel object cache for iOS and OS X.",
"authors": {
"Garrett Moon": "garrett@pinterest.com",
"Justin Ouellette": "jstn@tumblr.com"
},
"source": {
"git": "https://github.com/pinterest/PINCache.git",
"tag": "2.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"weak_frameworks": "UIKit"
},
"osx": {
"weak_frameworks": "AppKit"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}