[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / c / 5 / Archiver / 1.0.0 / Archiver.podspec.json
blob36441ee6153f8478e49db0232a1c09d332d91362
2   "name": "Archiver",
3   "version": "1.0.0",
4   "summary": "Simple classes to make object persistence with NSCoding\n   easier. Category based on NSObject+NSCoding",
5   "homepage": "https://github.com/emailatravi/Archiver",
6   "authors": {
7     "Ravi Prakash Sahu": "emailatravi@gmail.com"
8   },
9   "platforms": {
10     "ios": "4.0"
11   },
12   "source": {
13     "git": "https://github.com/emailatravi/Archiver.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "Vendor/**/*.{h,m}",
17   "requires_arc": false,
18   "public_header_files": "Vendor/**/*.h",
19   "license": {
20     "type": "GNU General Public License",
21     "file": "LICENSE"
22   }