blob: 9bdbc7b34e75470290b74ddee1624ddd418f5818 [file] [log] [blame]
{
"name": "NgUICollection",
"version": "1.0",
"summary": "A convenience backing data structure for use with UIKit's UITableView and UICollectionView.",
"homepage": "https://github.com/meiwin/NgUICollection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Meiwin Fu": "meiwin@blockthirty.com"
},
"source": {
"git": "https://github.com/meiwin/NgUICollection.git",
"tag": "v1.0"
},
"source_files": "NgUICollection/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"platforms": {
"ios": "5.0"
},
"requires_arc": true
}