[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 5 / c / APLRUCache / 1.0.0 / APLRUCache.podspec.json
blob481ffb5b8ca1c8f728a73f29edbd3b26dde4d9f6
2   "name": "APLRUCache",
3   "version": "1.0.0",
4   "summary": "A LRU cache on iOS.",
5   "description": "* A lightweight and thread safe LRU cache in Objcetive-C",
6   "homepage": "https://github.com/JasonWorking/APLRUCache",
7   "license": "MIT",
8   "authors": {
9     "JasonWorking": "liujie901223@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/JasonWorking/APLRUCache.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/iDev_Jason",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ]