[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / a / f / b / ClassMapper / 0.0.2 / ClassMapper.podspec.json
blobdecc7fa440585d8661d52575af06b1b8ac5ceb95
2   "name": "ClassMapper",
3   "version": "0.0.2",
4   "license": "BSD",
5   "summary": "A simple obj-c library for converting classes which follow Key-Value Coding (KVC) conventions to other objects.",
6   "authors": {
7     "Pat Shields": "yeoldefortran@gmail.com"
8   },
9   "homepage": "https://github.com/pashields/ClassMapper",
10   "source": {
11     "git": "https://github.com/pashields/ClassMapper.git",
12     "tag": "v0.0.2"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source_files": [
18     "ClassMapper/*.{h,m}",
19     "ClassMapper/Categories/*.{h,m}"
20   ],
21   "requires_arc": true