blob: 78aeda58385c8a6bbe1d1329fb8f9a85f850dfab [file] [log] [blame]
{
"name": "TBSwiftExtensions",
"version": "0.1.0",
"summary": "Swift extensions / helpers used in most of the projects",
"description": "Swift extensions / helpers used in most of the projects, support iOS, OSX and tvOS",
"homepage": "https://github.com/tbaranes/TBSwiftExtensions",
"license": "MIT",
"authors": {
"Tom Baranes": "tom.baranes@gmail.com"
},
"source": {
"git": "https://github.com/tbaranes/TBSwiftExtensions.git",
"tag": "0.1.0"
},
"platforms": {
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "TBSwiftExtensions/*.swift",
"ios": {
"source_files": "TBSwiftExtensions/ios/*.swift"
},
"osx": {
"source_files": "TBSwiftExtensions/osx/*.swift"
}
}