blob: 15049ffbe257b16339ea641e9ac40bca58c2e6ab [file] [log] [blame]
{
"name": "IFVideoPicker",
"version": "1.0.2",
"license": "MIT",
"summary": "Library iOS video picker using AVCapturexxxx libraries.",
"homepage": "https://github.com/ifactorylab/IFVideoPicker",
"authors": {
"Min Kim": "minsikzzang@gmail.com"
},
"source": {
"git": "https://github.com/ifactorylab/IFVideoPicker.git",
"tag": "1.0.2",
"submodules": true
},
"requires_arc": false,
"platforms": {
"ios": "6.0"
},
"public_header_files": [
"IFVideoPicker/IFVideoPicker.h",
"IFVideoPicker/IFAVAssetEncoder.h",
"IFVideoPicker/IFAudioEncoder.h",
"IFVideoPicker/IFVideoEncoder.h",
"IFVideoPicker/MP4Frame.h"
],
"source_files": "IFVideoPicker/IF{*}.{h,m}",
"ios": {
"frameworks": [
"AssetsLibrary",
"CoreMedia",
"AVFoundation",
"UIKit",
"Foundation",
"CoreGraphics"
]
},
"subspecs": [
{
"name": "MP4",
"source_files": "IFVideoPicker/MP4{*}.{h,m}"
},
{
"name": "H264",
"source_files": "IFVideoPicker/NALUnit.{h,m}"
},
{
"name": "FLV",
"source_files": "IFVideoPicker/FLV{*}.{h,m}"
},
{
"name": "NSData",
"source_files": [
"IFVideoPicker/NSData{*}.{h,m}",
"IFVideoPicker/NSMutableData+{*}.{h,m}",
"IFVideoPicker/IFBytesData.{h,m}"
]
}
]
}