blob: 32f40bd1e337c3c101ef60a2e05b32c73c5a70fe [file] [log] [blame]
{
"name": "BitletSynchronizer",
"version": "0.0.1",
"summary": "BitletSynchronizer makes it easy to handle online data for both Android and iOS.",
"description": "BitletSynchronizer is a library to create Bitlet objects, which can be implemented as data models. Together with the synchronizer it will be able to easily fetch the data.",
"homepage": "https://github.com/crescentflare/BitletSynchronizer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Crescent Flare Apps": "info@crescentflare.com"
},
"source": {
"git": "https://github.com/crescentflare/BitletSynchronizer.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "BitletSynchronizerIOS/BitletSynchronizer/Classes/**/*"
}