[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / c / PYData / 1.0 / PYData.podspec.json
blob0746562f057eff5e508efb1a370bb56740cff9c4
2   "name": "PYData",
3   "version": "1.0",
4   "summary": "A data cache written in Objective-C",
5   "description": "A data cache written in Objective-C.\n\nI use sqlite as the persistence layer, and a LRU in-mem cache to store\nmost used data.\n\nAny object implements protocol NSCoding can be put into this cache.",
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://github.com/littlepush",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/littlepush/PYData.git",
20     "tag": "1.0"
21   },
22   "source_files": "static-library/*.{h,m}",
23   "libraries": "sqlite3",
24   "requires_arc": true,
25   "dependencies": {
26     "PYCore": [
28     ]
29   }