[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 4 / d / YLLongTapShare / 0.1 / YLLongTapShare.podspec.json
blob0b7860054424921a02e6e217be620bb6d9b2fed6
2   "name": "YLLongTapShare",
3   "version": "0.1",
4   "summary": "Long tap for sharing control for iOS.",
5   "description": "Long tap for sharing control for iOS. Using Core Animation without any other 3rd libs.",
6   "homepage": "https://github.com/liyong03/YLLongTapShare",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liyong03": "liyong03@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/liyong03",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/liyong03/YLLongTapShare.git",
20     "tag": "0.1"
21   },
22   "source_files": [
23     "YLLongTapShareControl",
24     "YLLongTapShareControl/**/*.{h,m}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "frameworks": "CoreGraphics",
28   "requires_arc": true