[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / b / f / ALEArchiver / 0.1.0 / ALEArchiver.podspec.json
blob8dc45d1c470878b6e06606fd804d0d69a2f9f64b
2   "name": "ALEArchiver",
3   "version": "0.1.0",
4   "summary": "A component which simplifies the process of archiving any object witch conforms to NSCoding using NSKeyedArchiver and saving them to disk.",
5   "homepage": "https://github.com/ale84/ALEArchiver",
6   "license": "MIT",
7   "authors": {
8     "alessio": "alessiodeveloper@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ale84/ALEArchiver.git",
12     "tag": "v.0.1.0"
13   },
14   "social_media_url": "https://twitter.com/ale84",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "ALEArchiver/ALEArchiver",
20   "resource_bundles": {
21     "ALEArchiver": [
22       "Pod/Assets/*.png"
23     ]
24   }