[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 5 / 3 / 1 / RROLoadSwizzle / 1.0.0 / RROLoadSwizzle.podspec.json
blobaa4345b86d16f7a27d015e340619b09e4d9c9c78
2   "name": "RROLoadSwizzle",
3   "version": "1.0.0",
4   "summary": "Simple NSObject category for swizzle method implementation and revert to the original",
5   "homepage": "https://github.com/remirobert/RROLoadSwizzle",
6   "license": "MIT",
7   "authors": {
8     "Remi ROBERT": "remirobert33530@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/remirobert/RROLoadSwizzle.git",
12     "tag": "1.0.0"
13   },
14   "source_files": "RROLoadSwizzle/**/*.{h,m}",
15   "private_header_files": "RROLoadSwizzle/RROSwizzlingInfoStore.h",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "10.0"
19   },
20   "ios": {
21     "frameworks": "Foundation"
22   }