blob: 677c28b3f928d877c18ae9bdc9c6295133f391fd [file] [log] [blame]
{
"name": "Square1Tools",
"version": "1.0.6",
"summary": "A collection of tools used in our Swift projects",
"description": "A handy collection of helpers, types and hacks used on our Swift projects",
"homepage": "https://github.com/square1-io/Square1-iOS-Tools",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Square1",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/square1-io/Square1-iOS-Tools.git",
"tag": "1.0.6"
},
"source_files": "Source/**/*.swift",
"preserve_paths": "CommonCrypto/*",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto",
"SWIFT_INCLUDE_PATHS": "$(inherited) ${PODS_TARGET_SRCROOT}/CommonCrypto"
}
}