blob: 89042a5b8e5a22e0c17ba6e0d45c6142bbab134f [file] [log] [blame]
{
"name": "HNGVideoImport",
"version": "0.1.0",
"summary": "This libaray import videos from photo app",
"description": "This libaray import videos from photo app. Working on it",
"homepage": "https://github.com/sohail-khan/HNGVideoImport",
"license": "MIT",
"authors": {
"sohail": "sohail0059@gmail.com"
},
"source": {
"git": "https://github.com/sohail-khan/HNGVideoImport.git",
"branch": "master",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.*",
"resources": [
"Pod/Assets/*.png",
"Pod/Classes/*.xib"
],
"resource_bundles": {
"HNGVideoImport": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Photos"
]
}