blob: 92c25d50da7c6e2e91a5535b6dd73dfae39fcaec [file] [log] [blame]
{
"name": "CNLDataProvider",
"version": "0.0.8",
"summary": "Basic model and data providers.",
"description": "Basic model and data providers for UITableView and UICollectionView\nCommonly used in other Complex Numbers projects.",
"homepage": "https://github.com/megavolt605/CNLDataProvider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Igor Smirnov": "megavolt605@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/megavolt605/CNLDataProvider.git",
"tag": "0.0.8"
},
"source_files": "CNLDataProvider/**/*.{h,m,swift,map}",
"resources": "CNLDataProvider/*.xcassets",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"dependencies": {
"CNLFoundationTools": [
],
"CNLUIKitTools": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0"
}