[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 1 / 8 / SimButton / 1.0.1 / SimButton.podspec.json
blobd43400e5afc8e56b2198ef14378a8e77d56f8a8e
2   "name": "SimButton",
3   "version": "1.0.1",
4   "summary": "Simply to implement a button on the text and icon of the horizontal or vertical arrangement.",
5   "description": "Usually, we use imageEdgeInsets and titleEdgeInsets to implement a button on the text and icon of the horizontal or vertical arrangement, these settings of UIButton is very troublesome. SimButton set the desired effect by setting the iconPostion and iconTextMargin simply.",
6   "homepage": "https://github.com/simalone/",
7   "license": "MIT",
8   "authors": {
9     "Xubin Liu": "liuxb661@163.com"
10   },
11   "source": {
12     "git": "https://github.com/simalone/SimButton.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "SimButton/*.{h,m}",
20   "public_header_files": [
21     "SimButton/SimButton.h"
22   ],
23   "dependencies": {
24     "SimPodsPublic": [
25       "~> 1.0.0"
26     ]
27   }