[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 4 / f / RMImagePicker / 0.1.1 / RMImagePicker.podspec.json
blob0ab98de1ab381d8bb4b39d69de20a162a2deb4c9
2   "name": "RMImagePicker",
3   "version": "0.1.1",
4   "summary": "iOS image picker with single and multiple selection written in Swift using Apple PhotoKit.",
5   "description": "                       iOS image picker with single and multiple selection\n                       written in Swift using Apple PhotoKit.\n",
6   "homepage": "https://github.com/maxdrift/RMImagePicker",
7   "license": "MIT",
8   "authors": {
9     "Riccardo Massari": "maxdrift85@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/maxdrift/RMImagePicker.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/maxdrift",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "Source/*.swift",
20   "resources": [
21     "Source/RMImages.xcassets/tick_selected.imageset/*.png",
22     "Source/RMImages.xcassets/tick_deselected.imageset/*.png"
23   ],
24   "requires_arc": true,
25   "frameworks": "Photos"