[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / d / b / EFDataMappingKit / 0.1.4 / EFDataMappingKit.podspec.json
blob0fa334186e868de9c1923b5b5e78c0181dec234e
2   "name": "EFDataMappingKit",
3   "version": "0.1.4",
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   },
17   "source": {
18     "git": "https://github.com/Egeniq/EFDataMappingKit.git",
19     "tag": "0.1.4"
20   },
21   "public_header_files": "EFMapping/*.h",
22   "source_files": "EFMapping/*.{h,m}",
23   "requires_arc": true