[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / 3 / PSPhotos / 0.4.0 / PSPhotos.podspec.json
blobd0c814af2667518e9400f0508f5bce9d328c8483
2   "name": "PSPhotos",
3   "version": "0.4.0",
4   "summary": "PSPhotos makes it easier to use Photos.framework to read and store images or videos.",
5   "homepage": "https://github.com/zisulu/PSPhotos",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "zisu": "zisulwl@163.com"
12   },
13   "source": {
14     "git": "https://github.com/zisulu/PSPhotos.git",
15     "tag": "0.4.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "default_subspecs": "Photos",
26   "subspecs": [
27     {
28       "name": "Photos",
29       "source_files": [
30         "PSPhotos/Photos/*.{h,m}",
31         "PSPhotos/PSDefines.h"
32       ],
33       "dependencies": {
34         "PSPhotos/AVMedia": [
36         ]
37       },
38       "frameworks": [
39         "Photos",
40         "CoreServices",
41         "PhotosUI"
42       ]
43     },
44     {
45       "name": "AVMedia",
46       "source_files": [
47         "PSPhotos/AVMedia/*.{h,m}",
48         "PSPhotos/PSDefines.h"
49       ],
50       "frameworks": [
51         "AVFoundation",
52         "MediaPlayer",
53         "AVKit"
54       ]
55     }
56   ]