blob: 56144952f551800a691d1c6dfaf77f764787c541 [file] [log] [blame]
{
"name": "Ecno",
"version": "1.0.0",
"summary": "Ecno is a task state manager built on top of UserDefaults in pure Swift 3",
"homepage": "https://github.com/xmartlabs/Ecno",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Diego Ernst": "dernst@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/Ecno.git",
"tag": "1.0.0"
},
"social_media_url": "http://twitter.com/xmartlabs",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*"
}
}