[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / e / f / Codice / 0.3.0 / Codice.podspec.json
blob2136055ba78820fe85e9dd78893782045234be9b
2   "name": "Codice",
3   "version": "0.3.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": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Codice/Classes/**/*",
23   "dependencies": {
24     "BrightFutures": [
25       "~> 4.1"
26     ]
27   }