blob: 4fbb2b6dba01dea8fa603bf2295fcde92cace06f [file] [log] [blame]
{
"name": "DZTiles",
"version": "0.0.4",
"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.4"
},
"source_files": [
"DZTiles",
"DZTiles/**/*.{h,m}",
"RFQuiltLayout",
"RFQuiltLayout/**/*.{h,m}",
"DraggableCollectionView",
"DraggableCollectionView/**/*.{h,m}"
],
"frameworks": "QuartzCore",
"requires_arc": true
}