[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / d / 0 / TMCache / 1.1.0 / TMCache.podspec.json
blob81101cd3a523f05effaf8b22f96dd7ecac87a459
2   "name": "TMCache",
3   "version": "1.1.0",
4   "source_files": "TMCache/*.{h,m}",
5   "homepage": "https://github.com/tumblr/TMCache",
6   "summary": "Fast parallel object cache for iOS and OS X.",
7   "authors": {
8     "Justin Ouellette": "jstn@tumblr.com"
9   },
10   "source": {
11     "git": "https://github.com/tumblr/TMCache.git",
12     "tag": "1.1.0"
13   },
14   "license": {
15     "type": "Apache License, Version 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   }