blob: 82f738028e1500359a885219304348107ad52c13 [file] [log] [blame]
{
"name": "Stella",
"version": "0.4.1",
"summary": "A set of utilities that can be used during iOS development in Swift.",
"description": "Stella contains utlities methods that make it easier for you to code in Swift.\n\nThe features that are currently added are:\n- User defaults handling\n- Localization\n- Printing\n- Threading",
"homepage": "https://github.com/icapps/ios-stella",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jelle Vandebeeck": "jelle@fousa.be"
},
"source": {
"git": "https://github.com/icapps/ios-stella.git",
"tag": "0.4.1"
},
"social_media_url": "https://twitter.com/icapps",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "Sources/**/*"
}