[Add] RapidKitFoundation_MacOS 2024.1230.1857.641
[CocoaPods.git] / Specs / e / 4 / f / RMImagePicker / 0.1.3 / RMImagePicker.podspec.json
blob202a622180fbb1f357fe767aad89f517ac2b2829
2   "name": "RMImagePicker",
3   "version": "0.1.3",
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.3"
14   },
15   "social_media_url": "https://twitter.com/maxdrift",
16   "platforms": {
17     "ios": "8.1"
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     "Source/*.xib"
24   ],
25   "requires_arc": true,
26   "frameworks": "Photos"