[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 1 / f / WAKeyValuePersistenceStore / 1.2 / WAKeyValuePersistenceStore.podspec.json
blob36fb558694cfacd654b29453e97f4b5d341cc664
2   "name": "WAKeyValuePersistenceStore",
3   "version": "1.2",
4   "authors": "YuAo",
5   "summary": "A file based Key-Value persistence store for iOS.",
6   "homepage": "https://github.com/YuAo/WAKeyValuePersistenceStore",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "source": {
12     "git": "https://github.com/YuAo/WAKeyValuePersistenceStore.git",
13     "tag": "1.2"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.7"
19   },
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "WAKeyValuePersistenceStore/**/*.{h,m}"
25     },
26     {
27       "name": "Generics",
28       "source_files": "WAKeyValuePersistenceStore/WAKeyValuePersistenceStore+Generics.swift",
29       "platforms": {
30         "ios": "8.0",
31         "osx": "10.10"
32       },
33       "dependencies": {
34         "WAKeyValuePersistenceStore/Core": [
36         ]
37       }
38     }
39   ]