[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 8 / e / TJView / 0.1.0 / TJView.podspec.json
blob5bb95cb4627713239b9f13f25a80cae9fc390cbf
2   "name": "TJView",
3   "version": "0.1.0",
4   "summary": "TJView is a View with customizable border.",
5   "description": "This is subclass of UIView. You can customize the border of each side individually.(border width, border color and corner radius)",
6   "homepage": "https://github.com/taji-taji/TJView",
7   "license": "MIT",
8   "authors": {
9     "Yutaka Tajika": ""
10   },
11   "source": {
12     "git": "https://github.com/taji-taji/TJView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TJView": [
22       "Pod/Assets/*.png"
23     ]
24   }