[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 0 / DYCoding / 1.0 / DYCoding.podspec.json
blobdf1cb6700dfd865f42def3f33c764d80fe5c8601
2   "name": "DYCoding",
3   "version": "1.0",
4   "summary": "An objective-c library to dynamically encode/decode objects.",
5   "description": "Have you got tried of implementing methods initWithCoder: and encodeWithCoder: by yourself? With DYCoding, you don't need to implement those anymore, the encoding/decoding works dynamically in the runtime.Although the encoding/decoding happens dynamically, it's performance should be as fast as the precompiled code due to the optimizations we have done.",
6   "homepage": "https://github.com/flexme/DYCoding",
7   "license": "MIT",
8   "authors": {
9     "Kun Chen": "cs.kunchen@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/flexme/DYCoding.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "watchos": {
22     "frameworks": [
23       "UIKit",
24       "CoreGraphics"
25     ]
26   },
27   "source_files": "DYCoding/**/*.{h,m,mm}",
28   "requires_arc": true