[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / 4 / IFVideoPicker / 1.0.2 / IFVideoPicker.podspec.json
blob15049ffbe257b16339ea641e9ac40bca58c2e6ab
2   "name": "IFVideoPicker",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "Library iOS video picker using AVCapturexxxx libraries.",
6   "homepage": "https://github.com/ifactorylab/IFVideoPicker",
7   "authors": {
8     "Min Kim": "minsikzzang@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ifactorylab/IFVideoPicker.git",
12     "tag": "1.0.2",
13     "submodules": true
14   },
15   "requires_arc": false,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "public_header_files": [
20     "IFVideoPicker/IFVideoPicker.h",
21     "IFVideoPicker/IFAVAssetEncoder.h",
22     "IFVideoPicker/IFAudioEncoder.h",
23     "IFVideoPicker/IFVideoEncoder.h",
24     "IFVideoPicker/MP4Frame.h"
25   ],
26   "source_files": "IFVideoPicker/IF{*}.{h,m}",
27   "ios": {
28     "frameworks": [
29       "AssetsLibrary",
30       "CoreMedia",
31       "AVFoundation",
32       "UIKit",
33       "Foundation",
34       "CoreGraphics"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "MP4",
40       "source_files": "IFVideoPicker/MP4{*}.{h,m}"
41     },
42     {
43       "name": "H264",
44       "source_files": "IFVideoPicker/NALUnit.{h,m}"
45     },
46     {
47       "name": "FLV",
48       "source_files": "IFVideoPicker/FLV{*}.{h,m}"
49     },
50     {
51       "name": "NSData",
52       "source_files": [
53         "IFVideoPicker/NSData{*}.{h,m}",
54         "IFVideoPicker/NSMutableData+{*}.{h,m}",
55         "IFVideoPicker/IFBytesData.{h,m}"
56       ]
57     }
58   ]