blob: b716a0bf23fcbbf1c1553ff62e760cf702e94ff8 [file] [log] [blame]
{
"name": "TOMSSuggestionBar",
"version": "0.1.1",
"summary": "A keyboard accessory that presents suggestions. Suggestions are displayed as morphing labels and fetched from a custom database.",
"homepage": "https://github.com/TomKnig/TOMSSuggestionBar",
"license": "MIT",
"authors": {
"TomKnig": "hi@tomknig.de"
},
"source": {
"git": "https://github.com/TomKnig/TOMSSuggestionBar.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/TomKnig",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"dependencies": {
"TOMSCoreDataManager": [
],
"TOMSMorphingLabel": [
]
}
}