blob: 3dd6f56e89f714683f5803aa76a4380899bb689e [file] [log] [blame]
{
"name": "SwiftyUtils",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": [
"Sources/*.swift",
"Sources/Extensions/*.swift",
"Sources/Protocols/*.swift",
"Sources/Others/*.swift"
],
"osx": {
"source_files": "Sources/AppKit/*.swift"
},
"ios": {
"source_files": [
"Sources/Extensions/UIKit/*.swift",
"Sources/Others/UIKit/*.swift",
"Sources/AppKit/*.swift"
]
},
"pushed_with_swift_version": "3.1"
}