blob: a7e3d4c821c7257aea611b1d371c3799d7e059cf [file] [log] [blame]
{
"name": "uiview-position",
"version": "0.1.0",
"summary": "Convenience methods for positioning easily UIView relative to other views and points",
"description": "Convenience methods for positioning easily UIView relative to other views and points.",
"homepage": "https://github.com/AbZorbaGames/uiview-position",
"license": "MIT",
"authors": {
"AbZorbaGames": "ios@abzorbagames.com"
},
"source": {
"git": "https://github.com/AbZorbaGames/uiview-position.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"*.{h,m}"
],
"resource_bundles": {
"uiview-position": [
"Pod/Assets/*.png"
]
}
}