[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / e / 4 / f / RMImagePicker / 0.1.2 / RMImagePicker.podspec.json
blobbd703a0e631cf5c9f8ce570b363892e6be9fb652
2   "name": "RMImagePicker",
3   "version": "0.1.2",
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.2"
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"