blob: ed8ebe622d01bb8ff16de81b6afaad21bdb87699 [file] [log] [blame]
{
"name": "DaniKit",
"version": "0.0.1",
"summary": "Collection of extensions, protocols, operators and functions missing in common Apple frameworks.",
"homepage": "https://github.com/daniel-barros/DaniKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Daniel Barros": "dani.barros@me.com"
},
"source": {
"git": "https://github.com/daniel-barros/DaniKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.3",
"watchos": "2.2",
"tvos": "9.0"
},
"source_files": "Sources/**/*.{h,swift}",
"watchos": {
"exclude_files": [
"Sources/iOS/*",
"Sources/iOS+tvOS/*"
]
},
"tvos": {
"exclude_files": "Sources/iOS/*"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}