blob: 343c692825d2472ea3f82707b1fc93d55c1fe55c [file] [log] [blame]
{
"name": "CNFoundationTools",
"version": "0.0.1",
"summary": ".",
"description": "Common extensions to Foundation.\nCommonly used in other Complex Numbers projects.",
"homepage": "https://github.com/megavolt605/CNFoundationTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Smirnov": "megavolt605@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/megavolt605/CNFoundationTools.git",
"tag": "0.0.1"
},
"source_files": "CNFoundationTools/**/*.{h,m,swift,map}",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/CNFoundationTools/CNFoundationTools/CommonCrypto"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CNFoundationTools/CNFoundationTools/CommonCrypto"
},
"preserve_paths": "CNFoundationTools/CommonCrypto/module.map",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}