[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / f / 4 / 1 / BTLabel / 1.0.1 / BTLabel.podspec.json
blobf2c78bd253b215e2c0bf63a945425eb7c96466d9
2   "name": "BTLabel",
3   "version": "1.0.1",
4   "summary": "UILabel subclass with vertical text alignment, insets and height calculation.",
5   "homepage": "https://github.com/bteapot/BTLabel",
6   "license": "MIT",
7   "authors": {
8     "Денис Либит": "bteapot@me.com"
9   },
10   "source": {
11     "git": "https://github.com/bteapot/BTLabel.git",
12     "tag": "1.0.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes",
19   "resource_bundles": {
20     "BTLabel": [
21       "Pod/Assets/*.png"
22     ]
23   }