[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 7 / e / HHCheckboxButton / 1.0.0 / HHCheckboxButton.podspec.json
blobef9e482ea60cdbb1a4012c191aad2b3edf151f4d
2   "name": "HHCheckboxButton",
3   "version": "1.0.0",
4   "authors": {
5     "Herui": "heruicross@gmail.com"
6   },
7   "homepage": "https://github.com/red3/HHCheckboxButton",
8   "summary": "CheckBoxButton that use UIGraphics to layout checkImage. Inspired by Telegram.",
9   "source": {
10     "git": "https://github.com/red3/HHCheckboxButton.git",
11     "tag": "1.0.0"
12   },
13   "license": {
14     "type": "GNU",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "HHCheckboxButton/*",
21   "requires_arc": true,
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   }