blob: 3a9880f851e83621f6bb72c36a745fb960206e25 [file] [log] [blame]
{
"name": "SwiftyUtils",
"version": "0.7.0",
"summary": "Swifty utils regroups all the boilerplate code reusable in each project.",
"description": "Swifty utils regroups all the boilerplate code reusable in each project, available for iOS, OSX and tvOS",
"homepage": "https://github.com/tbaranes/SwiftyUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tom Baranes": "tom.baranes@gmail.com"
},
"source": {
"git": "https://github.com/tbaranes/SwiftyUtils.git",
"tag": "0.7.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"ios": {
"source_files": "Source/iOS/*.swift"
},
"osx": {
"source_files": "Source/macOS/*.swift"
},
"pushed_with_swift_version": "3.0"
}