blob: d7dbf825121a7f81b4ea0d7ccd29fdd0a79f07cf [file] [log] [blame]
{
"name": "XLDataLoader",
"version": "1.0.0",
"license": "MIT",
"summary": "Flexible and powerful AFNetworking data loaders.",
"description": " Flexible solution for load async data using AFNetworking, cahing them on CoreData db and update either UITableView or UICollectionView based on core data updates.\n",
"homepage": "https://github.com/xmartlabs/XLDataLoader",
"authors": {
"Martin Barreto": "martin@xmartlabs.com",
"Miguel Revetria": "miguel@xmartlabs.com"
},
"source": {
"git": "https://github.com/xmartlabs/XLDataLoader.git",
"tag": "v1.0.0"
},
"source_files": "XLDataLoader/XL/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"platforms": {
"ios": "7.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}