mirror of
https://github.com/averello/LogKit.git
synced 2026-03-01 18:23:21 +01:00
26 lines
616 B
JSON
26 lines
616 B
JSON
{
|
|
"name": "RepresentationKit",
|
|
"version": "2.2",
|
|
"summary": "Create representation of objects.",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"homepage": "https://github.com/averello/RepresentationKit",
|
|
"license": {
|
|
"type": "Apache 2.0",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"Georges Boumis": "developer.george.boumis@gmail.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/averello/RepresentationKit.git",
|
|
"tag": "2.2"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "RepresentationKit/Classes/**/*",
|
|
"xcconfig": {
|
|
"SWIFT_VERSION": "4.0"
|
|
}
|
|
}
|