blob: c0547641891657b0fbc4eb1dc15febd95943b26c [file] [log] [blame]
{
"name": "EPImageMetaDataParser",
"version": "0.1.0",
"summary": "Parse Image Metadata at a given URL with minimum data being downloaded.",
"description": " Parse Image Metadata at a given URL with minimum data being downloaded. Built for Mac and iOS.\n",
"homepage": "https://github.com/eyeplum/EPImageMetaDataParser",
"license": "MIT",
"authors": {
"Yan Li": "eyeplum@gmail.com"
},
"source": {
"git": "https://github.com/eyeplum/EPImageMetaDataParser.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/eyeplum",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"resource_bundles": {
"EPImageMetaDataParser": [
"Pod/Assets/*.png"
]
},
"frameworks": "ImageIO"
}