blob: 8591b2916e0db5df6848da9a5abfc481e89d6978 [file] [log] [blame]
{
"name": "EPImageMetaDataParser",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/eyeplum",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"resource_bundles": {
"EPImageMetaDataParser": [
"Pod/Assets/*.png"
]
},
"frameworks": "ImageIO"
}