[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 6 / f / c / QXYYImage / 1.0.8 / QXYYImage.podspec.json
blobb86fbe153c764a9900316ad145b1343f4bc94074
2   "name": "QXYYImage",
3   "summary": "a copy from YYImage.",
4   "version": "1.0.8",
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/labi3285/QXYYImage",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/labi3285/QXYYImage.git",
19     "tag": "1.0.8"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "YYImage/*.{h,m}",
27       "public_header_files": "YYImage/*.{h}",
28       "libraries": "z",
29       "frameworks": [
30         "UIKit",
31         "CoreFoundation",
32         "QuartzCore",
33         "AssetsLibrary",
34         "ImageIO",
35         "Accelerate",
36         "MobileCoreServices"
37       ]
38     }
39   ]