[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 1 / Square1Tools / 1.1.0 / Square1Tools.podspec.json
blob0a9d1721d12d5d4505bbc2bcfacaf5fa5ffcf9cb
2   "name": "Square1Tools",
3   "version": "1.1.0",
4   "summary": "A collection of tools used in our Swift projects",
5   "description": "A handy collection of helpers, types and hacks used on our Swift projects",
6   "homepage": "https://github.com/square1-io/Square1-iOS-Tools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "Square1",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/square1-io/Square1-iOS-Tools.git",
17     "tag": "1.1.0"
18   },
19   "source_files": "Source/**/*.swift",
20   "preserve_paths": "CommonCrypto/*",
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/CommonCrypto",
23     "SWIFT_INCLUDE_PATHS": "$(inherited) ${PODS_TARGET_SRCROOT}/CommonCrypto"
24   }