Files
RepresentationKit-mirror/Example/Pods/Local Podspecs/RepresentationKit.podspec.json
2019-03-29 17:54:00 +02:00

25 lines
617 B
JSON

{
"name": "RepresentationKit",
"version": "2.5",
"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.5"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "RepresentationKit/Classes/**/*",
"frameworks": "Foundation"
}