blob: b05c93484425f825bd59aeb5684743d62a8f9285 [file] [log] [blame]
{
"name": "Inlineswift",
"version": "1.0.0",
"summary": "Swift small functions and extensions",
"description": "Swift small functions and extensions. Few usefull daily functions.",
"homepage": "https://github.com/OlehKulykov/Inlineswift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oleh Kulykov": "info@resident.name"
},
"source": {
"git": "https://github.com/OlehKulykov/Inlineswift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "src/*.{swift}",
"requires_arc": true,
"deprecated": true
}