[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 1 / d / 0 / KZPropertyMapper / 2.5.1 / KZPropertyMapper.podspec.json
blobca6309bdc6f8f55259820ba5b97e29983aed2f60
2   "name": "KZPropertyMapper",
3   "version": "2.5.1",
4   "summary": "Property mapping for iOS apps.",
5   "homepage": "http://github.com/krzysztofzablocki/KZPropertyMapper",
6   "license": "MIT",
7   "authors": {
8     "Krzysztof Zablocki": "krzysztof.zablocki@me.com"
9   },
10   "source": {
11     "git": "https://github.com/krzysztofzablocki/KZPropertyMapper.git",
12     "tag": "2.5.1"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.8"
17   },
18   "source_files": "KZPropertyMapper/*.{h,m}",
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "CoreData"
23   ]