[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 3 / e / NSStructMapper / 0.1.0 / NSStructMapper.podspec.json
blobe280580f4e5a432de51cde84ac68696101c41402
2   "name": "NSStructMapper",
3   "version": "0.1.0",
4   "summary": "Library to Map NSObjects to SwiftObjects and Vice Versa",
5   "description": "NSObject is the base class for most ObjC objects. What if you need to pass your Swift object into some ObjC method.\nWhat if you are already using NSObjects and trying to migrate to swift, or want to use swif objects for CoreData.\nIt is a hassle to write equivelent classes with initializers instead use this library. It will convert your NSObject to SwiftObject and ViceVersa.",
6   "homepage": "https://github.com/salmaanahmed/NSStructMapper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "salmaan.ahmed@hotmail.com": "salmaan.ahmed@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/salmaanahmed/NSStructMapper.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/salmaanahmed91",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "NSStructMapper/Classes/**/*",
23   "dependencies": {
24     "Runtime": [
25       "~> 2.1.1"
26     ]
27   },
28   "swift_versions": "5.0",
29   "swift_version": "5.0"