[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 1 / f / 0 / YYAsyncLayer / 1.0 / YYAsyncLayer.podspec.json
blobcbf6c2a40b7dddeb7f18c5d291956e4c231dcba1
2   "name": "YYAsyncLayer",
3   "summary": "iOS utility classes for asynchronous rendering and display.",
4   "version": "1.0",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "ibireme": "ibireme@gmail.com"
11   },
12   "social_media_url": "http://blog.ibireme.com",
13   "homepage": "https://github.com/ibireme/YYAsyncLayer",
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/ibireme/YYAsyncLayer.git",
19     "tag": "1.0"
20   },
21   "requires_arc": true,
22   "source_files": "YYAsyncLayer/*.{h,m}",
23   "public_header_files": "YYAsyncLayer/*.{h}",
24   "frameworks": [
25     "UIKit",
26     "QuartzCore"
27   ]