[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 5 / c / d / Vinculum / 0.1.0 / Vinculum.podspec.json
blob260074b278d5944a29ce6525ec6232971aa525be
2   "name": "Vinculum",
3   "version": "0.1.0",
4   "summary": "A simple iOS Keychain manager",
5   "description": "A simple iOS Keychain manager for secure storage.",
6   "homepage": "https://github.com/jmelberg/vinculum",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jmelberg": "jordan.melberg@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/jmelberg/vinculum.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Vinculum/**/*.{h,m,swift}",
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.2"
24   }