[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 5 / b / 2 / ICMethodDigger / 1.0.2 / ICMethodDigger.podspec.json
blob9062fbe3fd07852963df0cdf50ffb1494eb9bc41
2   "name": "ICMethodDigger",
3   "version": "1.0.2",
4   "summary": "An easy way to print almost methods including private methods (supported arm64 architecture devices).",
5   "homepage": "https://github.com/iiiCeBlink/ICMethodDigger",
6   "license": "MIT",
7   "authors": {
8     "iiiCeBlink": "zakariyyasv@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/iiiCeBlink/ICMethodDigger.git",
12     "tag": "1.0.2"
13   },
14   "source_files": [
15     "ICMethodDigger/Source/*.{h,m,s}",
16     "ICMethodDigger/Source/PublicHeader/*.h"
17   ],
18   "module_name": "ICMethodDigger",
19   "private_header_files": "ICMethodDigger/Source/*.h",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "8.0"
23   },
24   "xcconfig": {
25     "VALID_ARCHS": "\"arm64\""
26   }