blob: f4777a4beaada26fee5a4167bcd0fbbae50518a2 [file] [log] [blame]
{
"name": "SwiftyUtils",
"version": "0.4.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.4.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"
}
}