[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 1 / 5 / c / PYData / 0.9 / PYData.podspec.json
blob5692b514efbde1dc37f9d2d9c4ddfe2f4c9c6111
2   "name": "PYData",
3   "version": "0.9",
4   "summary": "A data cache written in Objective-C",
5   "description": "                   A data cache written in Objective-C.\n\n                   I use sqlite as the persistence layer, and a LRU in-mem cache to store\n                   most used data.\n\n                   Any object implements protocol NSCoding can be put into this cache.\n",
6   "homepage": "https://github.com/littlepush/PYData",
7   "license": {
8     "type": "LGPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Push Chen": "littlepush@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/littlepush",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/littlepush/PYData.git",
20     "tag": "0.9"
21   },
22   "source_files": "static-library/*.{h,m}",
23   "libraries": "sqlite3.0",
24   "requires_arc": true,
25   "dependencies": {
26     "PYCore": [
27       "~> 0.9.1"
28     ]
29   }