[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / 6 / 0 / BFBorderedLayer / 0.1.0 / BFBorderedLayer.podspec.json
blobea6930a3bb66faced5e54a03896a730c713a4d81
2   "name": "BFBorderedLayer",
3   "version": "0.1.0",
4   "summary": "Layer with border easy to use with UIView",
5   "description": "You create CALayer and add it as Sublayer of you UIView. All you need it's set frame of the Layer and set Sides you need to be bordered.",
6   "homepage": "https://github.com/bicyclefactory/BFBorderedLayer",
7   "license": "MIT",
8   "authors": {
9     "Evgeniy Suvorov": "kokax@mail.ru"
10   },
11   "source": {
12     "git": "https://github.com/bicyclefactory/BFBorderedLayer.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     "BFBorderedLayer": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "QuartzCore"
28   ]