[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / 2 / 1 / Square1Tools / 1.2.1 / Square1Tools.podspec.json
blob6a48fdff58314194ec6427d43cbd399a5d0ff6bb
2   "name": "Square1Tools",
3   "version": "1.2.1",
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.2.1"
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   }