blob: 42be0c8c9a6be6b06bb50bfe5cf04d1dbe6d4c7e [file] [log] [blame]
{
"name": "CNLDataProvider",
"version": "0.0.13",
"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.13"
},
"source_files": "CNLDataProvider/**/*.{h,m,swift,map}",
"resources": "CNLDataProvider/*.xcassets",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"dependencies": {
"CNLFoundationTools": [
],
"CNLUIKitTools": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}