blob: 5e90618e662d2093ad669cdf739e1be20d593dab [file] [log] [blame]
{
"name": "SwiftyUtils",
"version": "0.6.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.6.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"
}