blob: 2383fd251bcc36e1a7a712e59d4edf962466211d [file] [log] [blame]
{
"name": "RZCollectionList",
"version": "0.5.0",
"summary": "A framework for transforming and combining data from Core Data and other sources and displaying it in a UITableView or UICollectionView.",
"homepage": "http://github.com/Raizlabs/RZCollectionList",
"license": "MIT",
"authors": {
"Joe Goullaud": "joe@raizlabs.com"
},
"source": {
"git": "https://github.com/Raizlabs/RZCollectionList.git",
"tag": "0.5.0"
},
"source_files": [
"RZCollectionList",
"RZCollectionList/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "5.0"
}
}