[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / e / c / 5 / Encodable / 1.0.0 / Encodable.podspec.json
blobc90adb43b65ec415bb74478ee746aab298759938
2   "name": "Encodable",
3   "version": "1.0.0",
4   "summary": "Swiftly Encode & Decode for Archiving & JSON",
5   "description": "A simple way to convert properties into dictionary collections and backwards.",
6   "homepage": "https://github.com/joalbright/Encodable",
7   "license": "MIT",
8   "authors": {
9     "Jo Albright": "me@jo2.co"
10   },
11   "source": {
12     "git": "https://github.com/joalbright/Encodable.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/joalbright",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Sources/*",
21   "resource_bundles": {
22     "Encodable": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "dependencies": {
27     "Inlinit": [
28       "~> 0.1"
29     ]
30   }