[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / e / f / Codice / 1.1.0 / Codice.podspec.json
blob5282d638954e2262f1924608814072a8b9d02ef9
2   "name": "Codice",
3   "version": "1.1.0",
4   "summary": "Codice is a very lightweight, Foundation-compatible persistence interface.",
5   "description": "Codice is a very lightweight, Foundation-compatible persistence interface. In concrete terms, it implements a Swifty wrapper over Foundation's keyed archive API.",
6   "homepage": "https://github.com/fellipecaetano/Codice",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fellipe Caetano": "fellipe.caetano4@gmail.com.com"
13   },
14   "source": {
15     "git": "https://github.com/fellipecaetano/Codice.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10"
21   },
22   "source_files": "Codice/Classes/**/*",
23   "dependencies": {
24     "BrightFutures": [
25       "~> 5.0"
26     ]
27   }