blob: 0d4b09eb68507f8728f4e62e74d650e7decc6590 [file] [log] [blame]
{
"name": "CNLUIKitTools",
"version": "0.0.23",
"summary": "Common extensions to UIKit",
"description": "Common extensions to UIKit. Commonly used in other Comlex Numbers projects.",
"homepage": "https://github.com/megavolt605/CNLUIKitTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Smirnov": "megavolt605@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/megavolt605/CNLUIKitTools.git",
"tag": "0.0.23"
},
"source_files": "CNLUIKitTools/**/*.{h,m,swift}",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"dependencies": {
"CNLFoundationTools": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}