[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / b / EFDataMappingKit / 0.1.5 / EFDataMappingKit.podspec.json
blob9bb8259b0808760666f95ce465a2537e5f010fef
2   "name": "EFDataMappingKit",
3   "version": "0.1.5",
4   "summary": "EFDataMappingKit maps data such as those coming from JSON onto an instance using mappings",
5   "description": "EFDataMappingKit maps data such as those coming from JSON onto an instance using mappings. The mappings are also used to simplify implementing the NSCoding protocol for a class, and to create a dictionary representation of an instance.",
6   "homepage": "https://github.com/Egeniq/EFDataMappingKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Johan Kool": "johan@egeniq.com"
13   },
14   "platforms": {
15     "ios": "5.1.1",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/Egeniq/EFDataMappingKit.git",
20     "tag": "0.1.5"
21   },
22   "public_header_files": "EFMapping/*.h",
23   "source_files": "EFMapping/*.{h,m}",
24   "requires_arc": true