blob: 8dc45d1c470878b6e06606fd804d0d69a2f9f64b [file] [log] [blame]
{
"name": "ALEArchiver",
"version": "0.1.0",
"summary": "A component which simplifies the process of archiving any object witch conforms to NSCoding using NSKeyedArchiver and saving them to disk.",
"homepage": "https://github.com/ale84/ALEArchiver",
"license": "MIT",
"authors": {
"alessio": "alessiodeveloper@gmail.com"
},
"source": {
"git": "https://github.com/ale84/ALEArchiver.git",
"tag": "v.0.1.0"
},
"social_media_url": "https://twitter.com/ale84",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ALEArchiver/ALEArchiver",
"resource_bundles": {
"ALEArchiver": [
"Pod/Assets/*.png"
]
}
}