[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / d / Vinculum / 0.2.0 / Vinculum.podspec.json
blobaa393101b65d763e883580bede1bdab390a88502
2   "name": "Vinculum",
3   "version": "0.2.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.2.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   }