blob: 48e949a19a08051a3b26e5271e8a46752f16ec5b [file] [log] [blame]
{
"name": "DZTiles",
"version": "0.0.5",
"summary": "iOS control inspired by Windows Phone Live Tiles. Uses UICollectionView and RFQuiltLayout.",
"description": " iOS control inspired by Windows Phone Live Tiles. Uses UICollectionView and RFQuiltLayout.\n\t\t\t\t Visit https://github.com/DZamataev/DZTiles for README\n",
"homepage": "https://github.com/DZamataev/DZTiles",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Denis Zamataev": "denis.zamataev@gmail.com"
},
"social_media_url": "http://twitter.com/DZamataev",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/DZamataev/DZTiles.git",
"tag": "0.0.5"
},
"source_files": [
"DZTiles",
"DZTiles/**/*.{h,m}",
"RFQuiltLayout",
"RFQuiltLayout/**/*.{h,m}",
"DraggableCollectionView",
"DraggableCollectionView/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}