[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 1 / 5 / ImageScout / 2.0.0 / ImageScout.podspec.json
blob9365abc1cc97cb798e38c392acb3de3c3efcfdf3
2   "name": "ImageScout",
3   "version": "2.0.0",
4   "summary": "Get the size and type of a remote image by downloading as little as possible.",
5   "homepage": "https://github.com/kaishin/ImageScout",
6   "social_media_url": "http://twitter.com/kaishin",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Reda Lemeden": "git@kaishin.haz.email"
13   },
14   "source": {
15     "git": "https://github.com/kaishin/ImageScout.git",
16     "tag": "v2.0.0",
17     "submodules": true
18   },
19   "ios": {
20     "source_files": [
21       "Shared/**/*.{h,swift}",
22       "ImageScout-iOS/**/*.{h,swift}"
23     ]
24   },
25   "osx": {
26     "source_files": [
27       "Shared/**/*.{h,swift}",
28       "ImageScout-Mac/**/*.{h,swift}"
29     ]
30   },
31   "requires_arc": true,
32   "platforms": {
33     "ios": "8.0",
34     "osx": "10.11"
35   },
36   "pushed_with_swift_version": "4.0"