blob: 9a16f0a45317f363da8fa8173e06e66297e13c5a [file] [log] [blame]
{
"name": "SwiftyUtils",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"ios": {
"source_files": "Sources/ios/*.swift"
},
"osx": {
"source_files": "Sources/osx/*.swift"
}
}