blob: db5f6ed1b02829082f7ffff4547cf7655ba13497 [file] [log] [blame]
{
"name": "CNLDataProvider",
"version": "0.0.7",
"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.7"
},
"source_files": "CNLDataProvider/**/*.{h,m,swift,map}",
"resources": "CNLDataProvider/*.xcassets",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"CNLFoundationTools": [
],
"CNLUIKitTools": [
]
},
"pushed_with_swift_version": "3.0"
}