blob: a8ca56eb302346774db33e8ffa437570a5bc832c [file] [log] [blame]
{
"name": "FreestylerCore",
"version": "1.0.1",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/cayugasoft/FreestylerCore",
"authors": {
"Alexander Doloz": "adoloz@cayugasoft.com"
},
"summary": "Swift 3 framework for styling.",
"description": "When we develop our applications from designer's mockups, we often encounter the same visual patterns over and over again – colors, fonts, etc. It's wise decision to keep them in one place in your app's code and reuse everywhere. That's exactly what *FreestylerCore* helps you to do.",
"source": {
"git": "https://github.com/cayugasoft/FreestylerCore.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*.swift",
"ios": {
"frameworks": "UIKit"
},
"pushed_with_swift_version": "3.0"
}