blob: c1ff5ae58c4e5dbfb1e68c63857ca916ed565daa [file] [log] [blame]
{
"name": "CNLDataProvider",
"version": "0.0.17",
"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": "9.0"
},
"source": {
"git": "https://github.com/megavolt605/CNLDataProvider.git",
"tag": "0.0.17"
},
"source_files": "CNLDataProvider/**/*.{h,m,swift,map}",
"resources": "CNLDataProvider/*.xcassets",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"dependencies": {
"CNLFoundationTools": [
],
"CNLUIKitTools": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}