[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / a / e / XRPhotos / 1.0.3 / XRPhotos.podspec.json
blobe6abebe075f3822d77ad390d16f3c08c9c563b17
2   "name": "XRPhotos",
3   "version": "1.0.3",
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.3"
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   "ios": {
27     "frameworks": [
28       "UIKit",
29       "Foundation"
30     ]
31   },
32   "weak_frameworks": "Photos",
33   "requires_arc": true,
34   "dependencies": {
35     "MWPhotoBrowser": [
36       "~> 2.1.2"
37     ],
38     "RSKImageCropper": [
39       "~> 2.2.1"
40     ]
41   }