[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 7 / 5 / c / MRoundedButton / 1.0 / MRoundedButton.podspec.json
blob0b46b7a29b5aad2276d078283af8e352be8a5299
2   "name": "MRoundedButton",
3   "version": "1.0",
4   "summary": "UIControl subclass like iOS 7 Phone app button",
5   "description": "                       It is like iOS 7 Phone app button and also provided MRoundedButtonAppearanceManager and MRHollowView for to extend the its usage\n",
6   "homepage": "https://github.com/mrcrow/MRoundedButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael WU": "wwz.michael@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mrcrow/MRoundedButton.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "*.{h,m}",
23   "frameworks": [
24     "Foundation",
25     "CoreGraphics",
26     "UIKit"
27   ]