blob: 07073d2562d8bd2aa0b7f7f16bad8d3a0adb1acc [file] [log] [blame]
{
"name": "SwiftyUtils",
"version": "2.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": "2.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": "4.0"
}