blob: 9d0c2132979e34c6da8e9c4d0a622e6e69584688 [file] [log] [blame]
{
"name": "AWPagedArray_Pitometsu",
"version": "0.3.1",
"summary": "An Objective-C proxy class for creating paged arrays",
"description": "AWPagedArray is an Objective-C class which acts as an NSArray proxy\nfor easier paging mechanisms in UITableView's and UICollectionView's.",
"homepage": "https://github.com/MrAlek/AWPagedArray",
"authors": {
"Alek Åström": "hi@mralek.se"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/Pitometsu/AWPagedArray.git",
"tag": "0.3.1"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"module_name": "AWPagedArray"
}