[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 6 / 2 / 9 / CocoBanane / 0.2.0 / CocoBanane.podspec.json
blobc2ab72d81d5120c7f88ac0e7405919280795cee5
2   "name": "CocoBanane",
3   "version": "0.2.0",
4   "license": "MIT",
5   "homepage": "https://github.com/quocdungchu/coco-banane-ios",
6   "authors": {
7     "Quoc Dung Chu": "quocdung.chu@gmail.com"
8   },
9   "summary": "Set of Swift utilities for iOS Development",
10   "source": {
11     "git": "https://github.com/quocdungchu/coco-banane-ios.git",
12     "tag": "v0.2.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "subspecs": [
18     {
19       "name": "Addition",
20       "source_files": "cocobanane/additions/*.swift"
21     },
22     {
23       "name": "CustomControl",
24       "source_files": "cocobanane/customcontrols/*.swift",
25       "frameworks": "UIKit"
26     }
27   ]