[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 3 / 1 / FrameBuff / 0.1 / FrameBuff.podspec.json
blob476ec05dbf594a1741dbb1ba237e97102e305f14
2   "name": "FrameBuff",
3   "version": "0.1",
4   "authors": {
5     "R4L": "ralphwayne1991@gmail.com"
6   },
7   "summary": "Easily access frame properties.",
8   "description": "FrameBuff is made for easily accessing frame properties of UIView and CALayer.",
9   "homepage": "http://flashhand.github.io",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/FlashHand/FrameBuff.git",
19     "tag": "v0.1"
20   },
21   "public_header_files": [
22     "FrameBuff/*.h",
23     "FrameBuff/**/*.h"
24   ],
25   "source_files": [
26     "FrameBuff/BuffKit.h",
27     "FrameBuff/**/*.{h,m}"
28   ],
29   "ios": {
30     "frameworks": [
31       "Foundation",
32       "UIKit"
33     ]
34   },
35   "requires_arc": true