blob: 8f80b41890185b14d9588c0bd95e69a44eedd001 [file] [log] [blame]
{
"name": "FountainKit",
"version": "1.0.1",
"summary": "FountainKit is a lightweight framework to decrease coupling between view controllers and datasources.",
"description": "FountainKit is a lightweight framework to decrease coupling between view controllers and datasources.\n\nFountainKit aims to be simple to use, while maintaning a clean API.\n\nFountainKit builds as a framework, and therefore needs iOS 8.",
"homepage": "https://github.com/ctarda/FountainKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Cesar Tardaguila",
"source": {
"git": "https://github.com/ctarda/FountainKit.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/ctarda",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.{swift,h}"
}