mirror of
https://github.com/averello/LKVCKit.git
synced 2026-03-03 18:23:37 +01:00
31 lines
659 B
JSON
31 lines
659 B
JSON
{
|
|
"name": "LKVCKit",
|
|
"version": "2.1",
|
|
"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": "2.1"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "LKVCKit/Classes/**/*",
|
|
"xcconfig": {
|
|
"SWIFT_VERSION": "4.0"
|
|
},
|
|
"dependencies": {
|
|
"Ents": [
|
|
|
|
]
|
|
}
|
|
}
|