[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 2 / NDModificationOperators / 0.0.3.1 / NDModificationOperators.podspec.json
blob8dc5b0597b487174a7512723cdd422a0d374f1b5
2   "name": "NDModificationOperators",
3   "version": "0.0.3.1",
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.1"
28   },
29   "default_subspecs": "Swift",
30   "subspecs": [
31     {
32       "name": "ObjC",
33       "source_files": "Sources/ObjC/*.{h,m,mm,swift}"
34     },
35     {
36       "name": "Swift",
37       "source_files": "Sources/Swift/*.{h,m,mm,swift}"
38     }
39   ],
40   "swift_version": "5.2"