[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / a / e / XRPhotos / 1.0.2 / XRPhotos.podspec.json
blob896eeee63f7bc6060def348b53777a320ff776a0
2   "name": "XRPhotos",
3   "version": "1.0.2",
4   "summary": "Based on a ` PhotosKit ` photo selection framework.",
5   "homepage": "https://github.com/hanzhuzi/XRPhotos",
6   "license": "MIT",
7   "authors": {
8     "hanzhuzi": "violet_buddhist@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/hanzhuzi/XRPhotos.git",
15     "tag": "1.0.2"
16   },
17   "source_files": [
18     "Source",
19     "XRPhotos/Source/**/*.{h,m}"
20   ],
21   "resource_bundles": {
22     "XRPhotos": [
23       "XRPhotos/Source/XRPhotos.bundle/*.png"
24     ]
25   },
26   "weak_frameworks": "Photos",
27   "requires_arc": true,
28   "dependencies": {
29     "MWPhotoBrowser": [
30       "~> 2.1.2"
31     ],
32     "RSKImageCropper": [
33       "~> 2.2.1"
34     ]
35   }