[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 7 / c / AutoEncodeDecode / 1.0.2 / AutoEncodeDecode.podspec.json
blob7ac0cdaaf803f63adedbe9e3ef721b4f83b78cfa
2   "name": "AutoEncodeDecode",
3   "version": "1.0.2",
4   "summary": "Automatic encoding & decoding that conforms to NSCoding protocol",
5   "homepage": "https://github.com/emailatravi/AutoEncodeDecode",
6   "license": "MIT",
7   "authors": {
8     "Ravi Prakash Sahu": "emailatravi@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/emailatravi/AutoEncodeDecode.git",
12     "tag": "1.0.2"
13   },
14   "social_media_url": "https://twitter.com/emailatravi",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": false,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "ClassProperty": [
23       "~> 1.0.0"
24     ]
25   }