blob: 3639cb71e92059c54a524c50a0f4daec86ff69ae [file] [log] [blame]
{
"name": "CNLFoundationTools",
"version": "0.0.22",
"summary": "Common extensions to Foundation.",
"description": "Common extensions to Foundation.\nCommonly used in other Complex Numbers projects.",
"homepage": "https://github.com/megavolt605/CNLFoundationTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Smirnov": "megavolt605@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/megavolt605/CNLFoundationTools.git",
"tag": "0.0.22"
},
"source_files": "CNLFoundationTools/**/*.{h,m,swift}",
"frameworks": [
"Foundation",
"CoreLocation"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}