[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 1 / f / 2 / IBViewBorders / 0.1.0 / IBViewBorders.podspec.json
blobfbcfe4ffb903e482229def65776f37226cd46861
2   "name": "IBViewBorders",
3   "version": "0.1.0",
4   "summary": "A UIView category for borders.",
5   "description": "A UIView category for easy autolayout and adding borders to views.",
6   "homepage": "https://github.com/ismailbozk/IBViewBorders",
7   "license": "MIT",
8   "authors": {
9     "Ismail Bozkurt": "ismailbozk@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ismailbozk/IBViewBorders.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "IBViewBorders": [
22       "Pod/Assets/*.png"
23     ]
24   }