blob: 8f9dfe9eb10bf8aa498ffbb5b8c63173354ab7a1 [file] [log] [blame]
{
"name": "TMKDesignCheatSheet",
"version": "0.0.1",
"summary": "Provide resolutions of display, PPI and icon sizes for each devices like iPhone5 and iPhone4/4S",
"description": " This pod was created by me influenced by [The iOS Design Cheat Sheet](http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/).\n",
"homepage": "https://github.com/tmtk75/TMKDesignCheatSheet",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "Tomotaka Sakuma",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/tmtk75/TMKDesignCheatSheet.git",
"tag": "0.0.1"
},
"source_files": [
"TMKDesignCheatSheet",
"TMKDesignCheatSheet/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": false
}