Files
LKVCKit-mirror/Example/Pods/Local Podspecs/LKVCKit.podspec.json
2017-09-07 11:39:25 +03:00

28 lines
615 B
JSON

{
"name": "LKVCKit",
"version": "1.1.3",
"summary": "A very basic and simplistic Key-Value Coding implementation for Swift.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/averello/LKVCKit",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Georges Boumis": "developer.george.boumis@gmail.com"
},
"source": {
"git": "https://github.com/averello/LKVCKit.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LKVCKit/Classes/**/*",
"dependencies": {
"Ents": [
]
}
}