[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / b / 2 / NDModificationOperators / 0.0.3 / NDModificationOperators.podspec.json
blob483d6a0cae45ce72684ebe9ece220d76904a964d
2   "name": "NDModificationOperators",
3   "version": "0.0.3",
4   "summary": "Added modification methods for object.",
5   "description": "NDModificationOperators is a small framework that add modification operators and methods.",
6   "homepage": "https://github.com/hiep-nd/nd-modification-operators",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nguyen Duc Hiep": "hiep.nd@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.9",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "swift_versions": [
21     "4.0",
22     "5.1",
23     "5.2"
24   ],
25   "source": {
26     "git": "https://github.com/hiep-nd/nd-modification-operators.git",
27     "tag": "Pod-0.0.3"
28   },
29   "subspecs": [
30     {
31       "name": "ObjC",
32       "source_files": "Sources/ObjC/*.{h,m,mm,swift}"
33     },
34     {
35       "name": "Swift",
36       "source_files": "Sources/Swift/*.{h,m,mm,swift}"
37     }
38   ],
39   "swift_version": "5.2"