[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 8 / YapDatabase / 1.2.1 / YapDatabase.podspec.json
blobacdf2564a6f4910cde511c110c587600a7c5bdbc
2   "name": "YapDatabase",
3   "version": "1.2.1",
4   "summary": "A key/value store built atop sqlite for iOS & Mac.",
5   "homepage": "https://github.com/yaptv/YapDatabase",
6   "license": "MIT",
7   "platforms": {
8     "ios": "6.1"
9   },
10   "authors": {
11     "yaptv": "robbiehanson@deusty.com"
12   },
13   "source": {
14     "git": "https://github.com/yaptv/YapDatabase.git",
15     "tag": "1.2.1"
16   },
17   "source_files": "YapDatabase/**/*.{h,m}",
18   "public_header_files": "YapDatabase/Key_Value/YapDatabase.h",
19   "dependencies": {
20     "CocoaLumberjack": [
21       "~> 1.6.2"
22     ]
23   },
24   "requires_arc": true